Html Css Color HEX #9EBA6E Olivine

📋 copy color: '#9EBA6E'

red 158 ◦ green 186 ◦ blue 110

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

Shades of Olivine #9EBA6E

Tints of Olivine #9EBA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.23%

R = 34.8%
G = 40.97%
B = 24.23%

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

#9EBA6E (or 0x9EBA6E) is known color: Olivine. HEX triplet: 9E, BA and 6E. RGB value is (158,186,110). Sum of RGB (Red+Green+Blue) = 158+186+110=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBA6E is #614591. Grayscale: #A9A9A9. Windows color (decimal): -6374802 or 7256734. OLE color: 7256734.

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

Color convert

RGB 158 186 110 -
CMYK 0.15 0 0.41 0.27
HSL 82.11º 0.36% 0.58% -
HSV(B) 82.11º 0.41% 0.73% -
XYZ 34.47 43.51 21.33 -
YUV 168.96 94.72 120.18 -
System Red Green Blue C M Y K H S L
Decimal 158 186 110 0.15 0 0.41 0.27 82.11 0.36 0.58
Hex 9E BA 6E F 0 29 1B 52 24 3A
Octal 236 272 156 17 0 51 33 122 44 72
Binary 10011110 10111010 1101110 1111 0 101001 11011 1010010 100100 111010

Color Harmonies of #9EBA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBA6E

Black with #9EBA6E

Text Example


Text Example

White with #9EBA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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