Html Css Color HEX #9EBD6D Olivine

📋 copy color: '#9EBD6D'

red 158 ◦ green 189 ◦ blue 109

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

Shades of Olivine #9EBD6D

Tints of Olivine #9EBD6D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.45%

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

R = 34.65%
G = 41.45%
B = 23.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#9EBD6D (or 0x9EBD6D) is known color: Olivine. HEX triplet: 9E, BD and 6D. RGB value is (158,189,109). Sum of RGB (Red+Green+Blue) = 158+189+109=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBD6D is #614292. Grayscale: #AAAAAA. Windows color (decimal): -6374035 or 7191966. OLE color: 7191966.

HSL color Cylindrical-coordinate representation of color #9EBD6D: hue angle of 83.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EBD6D is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 189 109 -
CMYK 0.16 0 0.42 0.26
HSL 83.25º 0.38% 0.58% -
HSV(B) 83.25º 0.42% 0.74% -
XYZ 35.06 44.77 21.26 -
YUV 170.61 93.23 119 -
System Red Green Blue C M Y K H S L
Decimal 158 189 109 0.16 0 0.42 0.26 83.25 0.38 0.58
Hex 9E BD 6D 10 0 2A 1A 53 26 3A
Octal 236 275 155 20 0 52 32 123 46 72
Binary 10011110 10111101 1101101 10000 0 101010 11010 1010011 100110 111010

Color Harmonies of #9EBD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBD6D

Black with #9EBD6D

Text Example


Text Example

White with #9EBD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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