Html Css Color HEX #ADBB16 Bahia

📋 copy color: '#ADBB16'

red 173 ◦ green 187 ◦ blue 22

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

Shades of Bahia #ADBB16

Tints of Bahia #ADBB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.76%

R = 45.29%
G = 48.95%
B = 5.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#ADBB16 (or 0xADBB16) is known color: Bahia. HEX triplet: AD, BB and 16. RGB value is (173,187,22). Sum of RGB (Red+Green+Blue) = 173+187+22=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBB16 is #5244E9. Grayscale: #A4A4A4. Windows color (decimal): -5391594 or 1489837. OLE color: 1489837.

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

Color convert

RGB 173 187 22 -
CMYK 0.07 0 0.88 0.27
HSL 65.09º 0.79% 0.41% -
HSV(B) 65.09º 0.88% 0.73% -
XYZ 35.15 44.48 7.49 -
YUV 164 47.86 134.42 -
System Red Green Blue C M Y K H S L
Decimal 173 187 22 0.07 0 0.88 0.27 65.09 0.79 0.41
Hex AD BB 16 7 0 58 1B 41 4F 29
Octal 255 273 26 7 0 130 33 101 117 51
Binary 10101101 10111011 10110 111 0 1011000 11011 1000001 1001111 101001

Color Harmonies of #ADBB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB16

Black with #ADBB16

Text Example


Text Example

White with #ADBB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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