Html Css Color HEX #9EBA60 Olivine

📋 copy color: '#9EBA60'

red 158 ◦ green 186 ◦ blue 96

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

Shades of Olivine #9EBA60

Tints of Olivine #9EBA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.82%

R = 35.91%
G = 42.27%
B = 21.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#9EBA60 (or 0x9EBA60) is known color: Olivine. HEX triplet: 9E, BA and 60. RGB value is (158,186,96). Sum of RGB (Red+Green+Blue) = 158+186+96=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBA60 is #61459F. Grayscale: #A7A7A7. Windows color (decimal): -6374816 or 6339230. OLE color: 6339230.

HSL color Cylindrical-coordinate representation of color #9EBA60: hue angle of 78.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EBA60 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 186 96 -
CMYK 0.15 0 0.48 0.27
HSL 78.67º 0.39% 0.55% -
HSV(B) 78.67º 0.48% 0.73% -
XYZ 33.77 43.23 17.63 -
YUV 167.37 87.72 121.32 -
System Red Green Blue C M Y K H S L
Decimal 158 186 96 0.15 0 0.48 0.27 78.67 0.39 0.55
Hex 9E BA 60 F 0 30 1B 4F 27 37
Octal 236 272 140 17 0 60 33 117 47 67
Binary 10011110 10111010 1100000 1111 0 110000 11011 1001111 100111 110111

Color Harmonies of #9EBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBA60

Black with #9EBA60

Text Example


Text Example

White with #9EBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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