Html Css Color HEX #ADBB15 Bahia

📋 copy color: '#ADBB15'

red 173 ◦ green 187 ◦ blue 21

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

Shades of Bahia #ADBB15

Tints of Bahia #ADBB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.51%

R = 45.41%
G = 49.08%
B = 5.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#ADBB15 (or 0xADBB15) is known color: Bahia. HEX triplet: AD, BB and 15. RGB value is (173,187,21). Sum of RGB (Red+Green+Blue) = 173+187+21=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBB15 is #5244EA. Grayscale: #A4A4A4. Windows color (decimal): -5391595 or 1424301. OLE color: 1424301.

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

Color convert

RGB 173 187 21 -
CMYK 0.07 0 0.89 0.27
HSL 65.06º 0.8% 0.41% -
HSV(B) 65.06º 0.89% 0.73% -
XYZ 35.14 44.48 7.44 -
YUV 163.89 47.36 134.5 -
System Red Green Blue C M Y K H S L
Decimal 173 187 21 0.07 0 0.89 0.27 65.06 0.8 0.41
Hex AD BB 15 7 0 59 1B 41 50 29
Octal 255 273 25 7 0 131 33 101 120 51
Binary 10101101 10111011 10101 111 0 1011001 11011 1000001 1010000 101001

Color Harmonies of #ADBB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB15

Black with #ADBB15

Text Example


Text Example

White with #ADBB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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