Html Css Color HEX #9EBE64 Olivine

📋 copy color: '#9EBE64'

red 158 ◦ green 190 ◦ blue 100

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

Shades of Olivine #9EBE64

Tints of Olivine #9EBE64

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.41%

 BLUE value IS 100 (39.45% from 255) = 22.32%

R = 35.27%
G = 42.41%
B = 22.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#9EBE64 (or 0x9EBE64) is known color: Olivine. HEX triplet: 9E, BE and 64. RGB value is (158,190,100). Sum of RGB (Red+Green+Blue) = 158+190+100=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBE64 is #61419B. Grayscale: #AAAAAA. Windows color (decimal): -6373788 or 6602398. OLE color: 6602398.

HSL color Cylindrical-coordinate representation of color #9EBE64: hue angle of 81.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EBE64 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 190 100 -
CMYK 0.17 0 0.47 0.25
HSL 81.33º 0.41% 0.57% -
HSV(B) 81.33º 0.47% 0.75% -
XYZ 34.81 45.02 18.91 -
YUV 170.17 88.4 119.32 -
System Red Green Blue C M Y K H S L
Decimal 158 190 100 0.17 0 0.47 0.25 81.33 0.41 0.57
Hex 9E BE 64 11 0 2F 19 51 29 39
Octal 236 276 144 21 0 57 31 121 51 71
Binary 10011110 10111110 1100100 10001 0 101111 11001 1010001 101001 111001

Color Harmonies of #9EBE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBE64

Black with #9EBE64

Text Example


Text Example

White with #9EBE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,190,100); }

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

background-color css

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

 a { background-color: rgb(158,190,100); }

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

border-color css

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

 span { border-color: rgb(158,190,100); }

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