Html Css Color HEX #ADBB34 Bahia

📋 copy color: '#ADBB34'

red 173 ◦ green 187 ◦ blue 52

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

Shades of Bahia #ADBB34

Tints of Bahia #ADBB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.62%

R = 41.99%
G = 45.39%
B = 12.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#ADBB34 (or 0xADBB34) is known color: Bahia. HEX triplet: AD, BB and 34. RGB value is (173,187,52). Sum of RGB (Red+Green+Blue) = 173+187+52=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB34 is #5244CB. Grayscale: #A7A7A7. Windows color (decimal): -5391564 or 3455917. OLE color: 3455917.

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

Color convert

RGB 173 187 52 -
CMYK 0.07 0 0.72 0.27
HSL 66.22º 0.56% 0.47% -
HSV(B) 66.22º 0.72% 0.73% -
XYZ 35.62 44.67 9.99 -
YUV 167.42 62.86 131.98 -
System Red Green Blue C M Y K H S L
Decimal 173 187 52 0.07 0 0.72 0.27 66.22 0.56 0.47
Hex AD BB 34 7 0 48 1B 42 38 2F
Octal 255 273 64 7 0 110 33 102 70 57
Binary 10101101 10111011 110100 111 0 1001000 11011 1000010 111000 101111

Color Harmonies of #ADBB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB34

Black with #ADBB34

Text Example


Text Example

White with #ADBB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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