Html Css Color HEX #ADBB33 Bahia

📋 copy color: '#ADBB33'

red 173 ◦ green 187 ◦ blue 51

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

Shades of Bahia #ADBB33

Tints of Bahia #ADBB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.41%

R = 42.09%
G = 45.5%
B = 12.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#ADBB33 (or 0xADBB33) is known color: Bahia. HEX triplet: AD, BB and 33. RGB value is (173,187,51). Sum of RGB (Red+Green+Blue) = 173+187+51=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB33 is #5244CC. Grayscale: #A7A7A7. Windows color (decimal): -5391565 or 3390381. OLE color: 3390381.

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

Color convert

RGB 173 187 51 -
CMYK 0.07 0 0.73 0.27
HSL 66.18º 0.57% 0.47% -
HSV(B) 66.18º 0.73% 0.73% -
XYZ 35.6 44.66 9.88 -
YUV 167.31 62.36 132.06 -
System Red Green Blue C M Y K H S L
Decimal 173 187 51 0.07 0 0.73 0.27 66.18 0.57 0.47
Hex AD BB 33 7 0 49 1B 42 39 2F
Octal 255 273 63 7 0 111 33 102 71 57
Binary 10101101 10111011 110011 111 0 1001001 11011 1000010 111001 101111

Color Harmonies of #ADBB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB33

Black with #ADBB33

Text Example


Text Example

White with #ADBB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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