Html Css Color HEX #A8B95E Olive Green

📋 copy color: '#A8B95E'

red 168 ◦ green 185 ◦ blue 94

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

Shades of Olive Green #A8B95E

Tints of Olive Green #A8B95E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.39%

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

R = 37.58%
G = 41.39%
B = 21.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#A8B95E (or 0xA8B95E) is known color: Olive Green. HEX triplet: A8, B9 and 5E. RGB value is (168,185,94). Sum of RGB (Red+Green+Blue) = 168+185+94=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B95E is #5746A1. Grayscale: #A9A9A9. Windows color (decimal): -5719714 or 6207912. OLE color: 6207912.

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

Color convert

RGB 168 185 94 -
CMYK 0.09 0 0.49 0.27
HSL 71.21º 0.39% 0.55% -
HSV(B) 71.21º 0.49% 0.73% -
XYZ 35.52 43.83 17.18 -
YUV 169.54 85.37 126.9 -
System Red Green Blue C M Y K H S L
Decimal 168 185 94 0.09 0 0.49 0.27 71.21 0.39 0.55
Hex A8 B9 5E 9 0 31 1B 47 27 37
Octal 250 271 136 11 0 61 33 107 47 67
Binary 10101000 10111001 1011110 1001 0 110001 11011 1000111 100111 110111

Color Harmonies of #A8B95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B95E

Black with #A8B95E

Text Example


Text Example

White with #A8B95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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