Html Css Color HEX #ADBB19 Bahia

📋 copy color: '#ADBB19'

red 173 ◦ green 187 ◦ blue 25

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

Shades of Bahia #ADBB19

Tints of Bahia #ADBB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.49%

R = 44.94%
G = 48.57%
B = 6.49%

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

#ADBB19 (or 0xADBB19) is known color: Bahia. HEX triplet: AD, BB and 19. RGB value is (173,187,25). Sum of RGB (Red+Green+Blue) = 173+187+25=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBB19 is #5244E6. Grayscale: #A4A4A4. Windows color (decimal): -5391591 or 1686445. OLE color: 1686445.

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

Color convert

RGB 173 187 25 -
CMYK 0.07 0 0.87 0.27
HSL 65.19º 0.76% 0.42% -
HSV(B) 65.19º 0.87% 0.73% -
XYZ 35.18 44.5 7.65 -
YUV 164.35 49.36 134.17 -
System Red Green Blue C M Y K H S L
Decimal 173 187 25 0.07 0 0.87 0.27 65.19 0.76 0.42
Hex AD BB 19 7 0 57 1B 41 4C 2A
Octal 255 273 31 7 0 127 33 101 114 52
Binary 10101101 10111011 11001 111 0 1010111 11011 1000001 1001100 101010

Color Harmonies of #ADBB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB19

Black with #ADBB19

Text Example


Text Example

White with #ADBB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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