Html Css Color HEX #9EBA5E Olivine

📋 copy color: '#9EBA5E'

red 158 ◦ green 186 ◦ blue 94

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

Shades of Olivine #9EBA5E

Tints of Olivine #9EBA5E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.47%

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

R = 36.07%
G = 42.47%
B = 21.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#9EBA5E (or 0x9EBA5E) is known color: Olivine. HEX triplet: 9E, BA and 5E. RGB value is (158,186,94). Sum of RGB (Red+Green+Blue) = 158+186+94=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBA5E is #6145A1. Grayscale: #A7A7A7. Windows color (decimal): -6374818 or 6208158. OLE color: 6208158.

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

Color convert

RGB 158 186 94 -
CMYK 0.15 0 0.49 0.27
HSL 78.26º 0.4% 0.55% -
HSV(B) 78.26º 0.49% 0.73% -
XYZ 33.68 43.2 17.15 -
YUV 167.14 86.72 121.48 -
System Red Green Blue C M Y K H S L
Decimal 158 186 94 0.15 0 0.49 0.27 78.26 0.4 0.55
Hex 9E BA 5E F 0 31 1B 4E 28 37
Octal 236 272 136 17 0 61 33 116 50 67
Binary 10011110 10111010 1011110 1111 0 110001 11011 1001110 101000 110111

Color Harmonies of #9EBA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBA5E

Black with #9EBA5E

Text Example


Text Example

White with #9EBA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,186,94); }

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

background-color css

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

 a { background-color: rgb(158,186,94); }

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

border-color css

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

 span { border-color: rgb(158,186,94); }

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