Html Css Color HEX #9EBF64 Olivine

📋 copy color: '#9EBF64'

red 158 ◦ green 191 ◦ blue 100

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

Shades of Olivine #9EBF64

Tints of Olivine #9EBF64

RGB

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

 GREEN value IS 191 (75% from 255) = 42.54%

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

R = 35.19%
G = 42.54%
B = 22.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#9EBF64 (or 0x9EBF64) is known color: Olivine. HEX triplet: 9E, BF and 64. RGB value is (158,191,100). Sum of RGB (Red+Green+Blue) = 158+191+100=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBF64 is #61409B. Grayscale: #ABABAB. Windows color (decimal): -6373532 or 6602654. OLE color: 6602654.

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

Color convert

RGB 158 191 100 -
CMYK 0.17 0 0.48 0.25
HSL 81.76º 0.42% 0.57% -
HSV(B) 81.76º 0.48% 0.75% -
XYZ 35.03 45.45 18.98 -
YUV 170.76 88.07 118.9 -
System Red Green Blue C M Y K H S L
Decimal 158 191 100 0.17 0 0.48 0.25 81.76 0.42 0.57
Hex 9E BF 64 11 0 30 19 52 2A 39
Octal 236 277 144 21 0 60 31 122 52 71
Binary 10011110 10111111 1100100 10001 0 110000 11001 1010010 101010 111001

Color Harmonies of #9EBF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBF64

Black with #9EBF64

Text Example


Text Example

White with #9EBF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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