Html Css Color HEX #ADBB18 Bahia

📋 copy color: '#ADBB18'

red 173 ◦ green 187 ◦ blue 24

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

Shades of Bahia #ADBB18

Tints of Bahia #ADBB18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.25%

R = 45.05%
G = 48.7%
B = 6.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#ADBB18 (or 0xADBB18) is known color: Bahia. HEX triplet: AD, BB and 18. RGB value is (173,187,24). Sum of RGB (Red+Green+Blue) = 173+187+24=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 24 (9.77% from 255 or 6.25% from 384); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBB18 is #5244E7. Grayscale: #A4A4A4. Windows color (decimal): -5391592 or 1620909. OLE color: 1620909.

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

Color convert

RGB 173 187 24 -
CMYK 0.07 0 0.87 0.27
HSL 65.15º 0.77% 0.41% -
HSV(B) 65.15º 0.87% 0.73% -
XYZ 35.17 44.49 7.6 -
YUV 164.23 48.86 134.25 -
System Red Green Blue C M Y K H S L
Decimal 173 187 24 0.07 0 0.87 0.27 65.15 0.77 0.41
Hex AD BB 18 7 0 57 1B 41 4D 29
Octal 255 273 30 7 0 127 33 101 115 51
Binary 10101101 10111011 11000 111 0 1010111 11011 1000001 1001101 101001

Color Harmonies of #ADBB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB18

Black with #ADBB18

Text Example


Text Example

White with #ADBB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB18; }

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

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

background-color css

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

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

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

border-color css

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

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

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