Html Css Color HEX #9EBB5D Olivine

📋 copy color: '#9EBB5D'

red 158 ◦ green 187 ◦ blue 93

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

Shades of Olivine #9EBB5D

Tints of Olivine #9EBB5D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.69%

 BLUE value IS 93 (36.72% from 255) = 21.23%

R = 36.07%
G = 42.69%
B = 21.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#9EBB5D (or 0x9EBB5D) is known color: Olivine. HEX triplet: 9E, BB and 5D. RGB value is (158,187,93). Sum of RGB (Red+Green+Blue) = 158+187+93=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBB5D is #6144A2. Grayscale: #A7A7A7. Windows color (decimal): -6374563 or 6142878. OLE color: 6142878.

HSL color Cylindrical-coordinate representation of color #9EBB5D: hue angle of 78.51º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9EBB5D is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 187 93 -
CMYK 0.16 0 0.50 0.27
HSL 78.51º 0.41% 0.55% -
HSV(B) 78.51º 0.5% 0.73% -
XYZ 33.85 43.6 16.99 -
YUV 167.61 85.89 121.14 -
System Red Green Blue C M Y K H S L
Decimal 158 187 93 0.16 0 0.50 0.27 78.51 0.41 0.55
Hex 9E BB 5D 10 0 32 1B 4F 29 37
Octal 236 273 135 20 0 62 33 117 51 67
Binary 10011110 10111011 1011101 10000 0 110010 11011 1001111 101001 110111

Color Harmonies of #9EBB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBB5D

Black with #9EBB5D

Text Example


Text Example

White with #9EBB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,187,93); }

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

background-color css

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

 a { background-color: rgb(158,187,93); }

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

border-color css

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

 span { border-color: rgb(158,187,93); }

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