Html Css Color HEX #A8B96D Olivine

📋 copy color: '#A8B96D'

red 168 ◦ green 185 ◦ blue 109

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

Shades of Olivine #A8B96D

Tints of Olivine #A8B96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.59%

R = 36.36%
G = 40.04%
B = 23.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#A8B96D (or 0xA8B96D) is known color: Olivine. HEX triplet: A8, B9 and 6D. RGB value is (168,185,109). Sum of RGB (Red+Green+Blue) = 168+185+109=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B96D is #574692. Grayscale: #ABABAB. Windows color (decimal): -5719699 or 7190952. OLE color: 7190952.

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

Color convert

RGB 168 185 109 -
CMYK 0.09 0 0.41 0.27
HSL 73.42º 0.35% 0.58% -
HSV(B) 73.42º 0.41% 0.73% -
XYZ 36.26 44.13 21.07 -
YUV 171.25 92.87 125.68 -
System Red Green Blue C M Y K H S L
Decimal 168 185 109 0.09 0 0.41 0.27 73.42 0.35 0.58
Hex A8 B9 6D 9 0 29 1B 49 23 3A
Octal 250 271 155 11 0 51 33 111 43 72
Binary 10101000 10111001 1101101 1001 0 101001 11011 1001001 100011 111010

Color Harmonies of #A8B96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B96D

Black with #A8B96D

Text Example


Text Example

White with #A8B96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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