Html Css Color HEX #9EB96D Olivine

📋 copy color: '#9EB96D'

red 158 ◦ green 185 ◦ blue 109

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

Shades of Olivine #9EB96D

Tints of Olivine #9EB96D

RGB

 RED value IS 158 (62.11% from 255) = 34.96%

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

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

R = 34.96%
G = 40.93%
B = 24.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#9EB96D (or 0x9EB96D) is known color: Olivine. HEX triplet: 9E, B9 and 6D. RGB value is (158,185,109). Sum of RGB (Red+Green+Blue) = 158+185+109=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB96D is #614692. Grayscale: #A8A8A8. Windows color (decimal): -6375059 or 7190942. OLE color: 7190942.

HSL color Cylindrical-coordinate representation of color #9EB96D: hue angle of 81.32º 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 #9EB96D is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 185 109 -
CMYK 0.15 0 0.41 0.27
HSL 81.32º 0.35% 0.58% -
HSV(B) 81.32º 0.41% 0.73% -
XYZ 34.21 43.07 20.98 -
YUV 168.26 94.55 120.68 -
System Red Green Blue C M Y K H S L
Decimal 158 185 109 0.15 0 0.41 0.27 81.32 0.35 0.58
Hex 9E B9 6D F 0 29 1B 51 23 3A
Octal 236 271 155 17 0 51 33 121 43 72
Binary 10011110 10111001 1101101 1111 0 101001 11011 1010001 100011 111010

Color Harmonies of #9EB96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB96D

Black with #9EB96D

Text Example


Text Example

White with #9EB96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EB96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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