Html Css Color HEX #9EBC64 Olivine

📋 copy color: '#9EBC64'

red 158 ◦ green 188 ◦ blue 100

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

Shades of Olivine #9EBC64

Tints of Olivine #9EBC64

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.15%

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

R = 35.43%
G = 42.15%
B = 22.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#9EBC64 (or 0x9EBC64) is known color: Olivine. HEX triplet: 9E, BC and 64. RGB value is (158,188,100). Sum of RGB (Red+Green+Blue) = 158+188+100=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBC64 is #61439B. Grayscale: #A9A9A9. Windows color (decimal): -6374300 or 6601886. OLE color: 6601886.

HSL color Cylindrical-coordinate representation of color #9EBC64: hue angle of 80.45º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EBC64 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 188 100 -
CMYK 0.16 0 0.47 0.26
HSL 80.45º 0.4% 0.56% -
HSV(B) 80.45º 0.47% 0.74% -
XYZ 34.38 44.16 18.77 -
YUV 169 89.06 120.16 -
System Red Green Blue C M Y K H S L
Decimal 158 188 100 0.16 0 0.47 0.26 80.45 0.4 0.56
Hex 9E BC 64 10 0 2F 1A 50 28 38
Octal 236 274 144 20 0 57 32 120 50 70
Binary 10011110 10111100 1100100 10000 0 101111 11010 1010000 101000 111000

Color Harmonies of #9EBC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBC64

Black with #9EBC64

Text Example


Text Example

White with #9EBC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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