Html Css Color HEX #9EBC65 Olivine

📋 copy color: '#9EBC65'

red 158 ◦ green 188 ◦ blue 101

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

Shades of Olivine #9EBC65

Tints of Olivine #9EBC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.6%

R = 35.35%
G = 42.06%
B = 22.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#9EBC65 (or 0x9EBC65) is known color: Olivine. HEX triplet: 9E, BC and 65. RGB value is (158,188,101). Sum of RGB (Red+Green+Blue) = 158+188+101=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBC65 is #61439A. Grayscale: #A9A9A9. Windows color (decimal): -6374299 or 6667422. OLE color: 6667422.

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

Color convert

RGB 158 188 101 -
CMYK 0.16 0 0.46 0.26
HSL 80.69º 0.39% 0.57% -
HSV(B) 80.69º 0.46% 0.74% -
XYZ 34.43 44.18 19.02 -
YUV 169.11 89.56 120.07 -
System Red Green Blue C M Y K H S L
Decimal 158 188 101 0.16 0 0.46 0.26 80.69 0.39 0.57
Hex 9E BC 65 10 0 2E 1A 51 27 39
Octal 236 274 145 20 0 56 32 121 47 71
Binary 10011110 10111100 1100101 10000 0 101110 11010 1010001 100111 111001

Color Harmonies of #9EBC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBC65

Black with #9EBC65

Text Example


Text Example

White with #9EBC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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