Html Css Color HEX #ADBB11 Bahia

📋 copy color: '#ADBB11'

red 173 ◦ green 187 ◦ blue 17

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

Shades of Bahia #ADBB11

Tints of Bahia #ADBB11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.51%

R = 45.89%
G = 49.6%
B = 4.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#ADBB11 (or 0xADBB11) is known color: Bahia. HEX triplet: AD, BB and 11. RGB value is (173,187,17). Sum of RGB (Red+Green+Blue) = 173+187+17=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 17 (7.03% from 255 or 4.51% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBB11 is #5244EE. Grayscale: #A4A4A4. Windows color (decimal): -5391599 or 1162157. OLE color: 1162157.

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

Color convert

RGB 173 187 17 -
CMYK 0.07 0 0.91 0.27
HSL 64.94º 0.83% 0.4% -
HSV(B) 64.94º 0.91% 0.73% -
XYZ 35.11 44.47 7.26 -
YUV 163.43 45.36 134.82 -
System Red Green Blue C M Y K H S L
Decimal 173 187 17 0.07 0 0.91 0.27 64.94 0.83 0.4
Hex AD BB 11 7 0 5B 1B 41 53 28
Octal 255 273 21 7 0 133 33 101 123 50
Binary 10101101 10111011 10001 111 0 1011011 11011 1000001 1010011 101000

Color Harmonies of #ADBB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB11

Black with #ADBB11

Text Example


Text Example

White with #ADBB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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