Html Css Color HEX #ADBB5E Olive Green

📋 copy color: '#ADBB5E'

red 173 ◦ green 187 ◦ blue 94

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

Shades of Olive Green #ADBB5E

Tints of Olive Green #ADBB5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.7%

R = 38.11%
G = 41.19%
B = 20.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#ADBB5E (or 0xADBB5E) is known color: Olive Green. HEX triplet: AD, BB and 5E. RGB value is (173,187,94). Sum of RGB (Red+Green+Blue) = 173+187+94=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBB5E is #5244A1. Grayscale: #ACACAC. Windows color (decimal): -5391522 or 6208429. OLE color: 6208429.

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

Color convert

RGB 173 187 94 -
CMYK 0.07 0 0.50 0.27
HSL 69.03º 0.41% 0.55% -
HSV(B) 69.03º 0.5% 0.73% -
XYZ 37.02 45.23 17.37 -
YUV 172.21 83.86 128.56 -
System Red Green Blue C M Y K H S L
Decimal 173 187 94 0.07 0 0.50 0.27 69.03 0.41 0.55
Hex AD BB 5E 7 0 32 1B 45 29 37
Octal 255 273 136 7 0 62 33 105 51 67
Binary 10101101 10111011 1011110 111 0 110010 11011 1000101 101001 110111

Color Harmonies of #ADBB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB5E

Black with #ADBB5E

Text Example


Text Example

White with #ADBB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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