Html Css Color HEX #A8B85E Olive Green

📋 copy color: '#A8B85E'

red 168 ◦ green 184 ◦ blue 94

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

Shades of Olive Green #A8B85E

Tints of Olive Green #A8B85E

RGB

 RED value IS 168 (66.02% from 255) = 37.67%

 GREEN value IS 184 (72.27% from 255) = 41.26%

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

R = 37.67%
G = 41.26%
B = 21.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#A8B85E (or 0xA8B85E) is known color: Olive Green. HEX triplet: A8, B8 and 5E. RGB value is (168,184,94). Sum of RGB (Red+Green+Blue) = 168+184+94=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B85E is #5747A1. Grayscale: #A9A9A9. Windows color (decimal): -5719970 or 6207656. OLE color: 6207656.

HSL color Cylindrical-coordinate representation of color #A8B85E: hue angle of 70.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8B85E is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 184 94 -
CMYK 0.09 0 0.49 0.28
HSL 70.67º 0.39% 0.55% -
HSV(B) 70.67º 0.49% 0.72% -
XYZ 35.31 43.41 17.11 -
YUV 168.96 85.7 127.32 -
System Red Green Blue C M Y K H S L
Decimal 168 184 94 0.09 0 0.49 0.28 70.67 0.39 0.55
Hex A8 B8 5E 9 0 31 1C 47 27 37
Octal 250 270 136 11 0 61 34 107 47 67
Binary 10101000 10111000 1011110 1001 0 110001 11100 1000111 100111 110111

Color Harmonies of #A8B85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B85E

Black with #A8B85E

Text Example


Text Example

White with #A8B85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B85E; }

 p { color: rgb(168,184,94); }

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

background-color css

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

 a { background-color: rgb(168,184,94); }

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

border-color css

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

 span { border-color: rgb(168,184,94); }

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