Html Css Color HEX #ADBB24 Bahia

📋 copy color: '#ADBB24'

red 173 ◦ green 187 ◦ blue 36

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

Shades of Bahia #ADBB24

Tints of Bahia #ADBB24

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.22%

 BLUE value IS 36 (14.45% from 255) = 9.09%

R = 43.69%
G = 47.22%
B = 9.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#ADBB24 (or 0xADBB24) is known color: Bahia. HEX triplet: AD, BB and 24. RGB value is (173,187,36). Sum of RGB (Red+Green+Blue) = 173+187+36=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 36 (14.45% from 255 or 9.09% from 396); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB24 is #5244DB. Grayscale: #A6A6A6. Windows color (decimal): -5391580 or 2407341. OLE color: 2407341.

HSL color Cylindrical-coordinate representation of color #ADBB24: hue angle of 65.56º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADBB24 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 187 36 -
CMYK 0.07 0 0.81 0.27
HSL 65.56º 0.68% 0.44% -
HSV(B) 65.56º 0.81% 0.73% -
XYZ 35.32 44.55 8.41 -
YUV 165.6 54.86 133.28 -
System Red Green Blue C M Y K H S L
Decimal 173 187 36 0.07 0 0.81 0.27 65.56 0.68 0.44
Hex AD BB 24 7 0 51 1B 42 44 2C
Octal 255 273 44 7 0 121 33 102 104 54
Binary 10101101 10111011 100100 111 0 1010001 11011 1000010 1000100 101100

Color Harmonies of #ADBB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB24

Black with #ADBB24

Text Example


Text Example

White with #ADBB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB24; }

 p { color: rgb(173,187,36); }

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

background-color css

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

 a { background-color: rgb(173,187,36); }

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

border-color css

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

 span { border-color: rgb(173,187,36); }

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