Html Css Color HEX #ADAB56 Olive Green

📋 copy color: '#ADAB56'

red 173 ◦ green 171 ◦ blue 86

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

Shades of Olive Green #ADAB56

Tints of Olive Green #ADAB56

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.77%

 BLUE value IS 86 (33.98% from 255) = 20%

R = 40.23%
G = 39.77%
B = 20%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#ADAB56 (or 0xADAB56) is known color: Olive Green. HEX triplet: AD, AB and 56. RGB value is (173,171,86). Sum of RGB (Red+Green+Blue) = 173+171+86=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB56 is #5254A9. Grayscale: #A2A2A2. Windows color (decimal): -5395626 or 5680045. OLE color: 5680045.

HSL color Cylindrical-coordinate representation of color #ADAB56: hue angle of 58.62º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADAB56 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 171 86 -
CMYK 0 0.01 0.50 0.32
HSL 58.62º 0.35% 0.51% -
HSV(B) 58.62º 0.5% 0.68% -
XYZ 33.48 38.68 14.51 -
YUV 161.91 85.16 135.91 -
System Red Green Blue C M Y K H S L
Decimal 173 171 86 0 0.01 0.50 0.32 58.62 0.35 0.51
Hex AD AB 56 0 1 32 20 3B 23 33
Octal 255 253 126 0 1 62 40 73 43 63
Binary 10101101 10101011 1010110 0 1 110010 100000 111011 100011 110011

Color Harmonies of #ADAB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB56

Black with #ADAB56

Text Example


Text Example

White with #ADAB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB56; }

 p { color: rgb(173,171,86); }

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

background-color css

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

 a { background-color: rgb(173,171,86); }

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

border-color css

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

 span { border-color: rgb(173,171,86); }

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