Html Css Color HEX #ADAB58 Olive Green

📋 copy color: '#ADAB58'

red 173 ◦ green 171 ◦ blue 88

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

Shades of Olive Green #ADAB58

Tints of Olive Green #ADAB58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.37%

R = 40.05%
G = 39.58%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#ADAB58 (or 0xADAB58) is known color: Olive Green. HEX triplet: AD, AB and 58. RGB value is (173,171,88). Sum of RGB (Red+Green+Blue) = 173+171+88=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB58 is #5254A7. Grayscale: #A2A2A2. Windows color (decimal): -5395624 or 5811117. OLE color: 5811117.

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

Color convert

RGB 173 171 88 -
CMYK 0 0.01 0.49 0.32
HSL 58.59º 0.34% 0.51% -
HSV(B) 58.59º 0.49% 0.68% -
XYZ 33.56 38.71 14.94 -
YUV 162.14 86.16 135.75 -
System Red Green Blue C M Y K H S L
Decimal 173 171 88 0 0.01 0.49 0.32 58.59 0.34 0.51
Hex AD AB 58 0 1 31 20 3B 22 33
Octal 255 253 130 0 1 61 40 73 42 63
Binary 10101101 10101011 1011000 0 1 110001 100000 111011 100010 110011

Color Harmonies of #ADAB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB58

Black with #ADAB58

Text Example


Text Example

White with #ADAB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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