Html Css Color HEX #ADB430 Bahia

📋 copy color: '#ADB430'

red 173 ◦ green 180 ◦ blue 48

#ADB430
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #ADB430

Tints of Bahia #ADB430

RGB

 RED value IS 173 (67.97% from 255) = 43.14%

 GREEN value IS 180 (70.7% from 255) = 44.89%

 BLUE value IS 48 (19.14% from 255) = 11.97%

R = 43.14%
G = 44.89%
B = 11.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ADB430 (or 0xADB430) is known color: Bahia. HEX triplet: AD, B4 and 30. RGB value is (173,180,48). Sum of RGB (Red+Green+Blue) = 173+180+48=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB430 is #524BCF. Grayscale: #A3A3A3. Windows color (decimal): -5393360 or 3191981. OLE color: 3191981.

HSL color Cylindrical-coordinate representation of color #ADB430: hue angle of 63.18º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADB430 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 48 -
CMYK 0.04 0 0.73 0.29
HSL 63.18º 0.58% 0.45% -
HSV(B) 63.18º 0.73% 0.71% -
XYZ 34.09 41.74 9.06 -
YUV 162.86 63.18 135.23 -
System Red Green Blue C M Y K H S L
Decimal 173 180 48 0.04 0 0.73 0.29 63.18 0.58 0.45
Hex AD B4 30 4 0 49 1D 3F 3A 2D
Octal 255 264 60 4 0 111 35 77 72 55
Binary 10101101 10110100 110000 100 0 1001001 11101 111111 111010 101101

Color Harmonies of #ADB430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB430

Black with #ADB430

Text Example


Text Example

White with #ADB430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB430; }

 p { color: rgb(173,180,48); }

 H1.HeaderClassName
 {
   color: #ADB430;
 }
 .AnyTagClassName
 {
   color: #ADB430;
 }
</style>

background-color css

<style>
 a { background-color: #ADB430; }

 a { background-color: rgb(173,180,48); }

 div.DivClassName
 {
   background-color: #ADB430;
 }
 .BgClassName
 {
   background-color: #ADB430;
 }
</style>

border-color css

<style>
 span { border-color: #ADB430; }

 span { border-color: rgb(173,180,48); }

 td.TdClassName
 {
   border-color: #ADB430;
 }
 .TagClassName
 {
   border-color: #ADB430;
 }
</style>