Html Css Color HEX #ADAB5B Olive Green

📋 copy color: '#ADAB5B'

red 173 ◦ green 171 ◦ blue 91

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

Shades of Olive Green #ADAB5B

Tints of Olive Green #ADAB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.92%

R = 39.77%
G = 39.31%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#ADAB5B (or 0xADAB5B) is known color: Olive Green. HEX triplet: AD, AB and 5B. RGB value is (173,171,91). Sum of RGB (Red+Green+Blue) = 173+171+91=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB5B is #5254A4. Grayscale: #A2A2A2. Windows color (decimal): -5395621 or 6007725. OLE color: 6007725.

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

Color convert

RGB 173 171 91 -
CMYK 0 0.01 0.47 0.32
HSL 58.54º 0.33% 0.52% -
HSV(B) 58.54º 0.47% 0.68% -
XYZ 33.68 38.77 15.6 -
YUV 162.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 173 171 91 0 0.01 0.47 0.32 58.54 0.33 0.52
Hex AD AB 5B 0 1 2F 20 3B 21 34
Octal 255 253 133 0 1 57 40 73 41 64
Binary 10101101 10101011 1011011 0 1 101111 100000 111011 100001 110100

Color Harmonies of #ADAB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB5B

Black with #ADAB5B

Text Example


Text Example

White with #ADAB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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