Html Css Color HEX #9EBE5E Olivine

📋 copy color: '#9EBE5E'

red 158 ◦ green 190 ◦ blue 94

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

Shades of Olivine #9EBE5E

Tints of Olivine #9EBE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.27%

R = 35.75%
G = 42.99%
B = 21.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#9EBE5E (or 0x9EBE5E) is known color: Olivine. HEX triplet: 9E, BE and 5E. RGB value is (158,190,94). Sum of RGB (Red+Green+Blue) = 158+190+94=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBE5E is #6141A1. Grayscale: #A9A9A9. Windows color (decimal): -6373794 or 6209182. OLE color: 6209182.

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

Color convert

RGB 158 190 94 -
CMYK 0.17 0 0.51 0.25
HSL 80º 0.42% 0.56% -
HSV(B) 80º 0.51% 0.75% -
XYZ 34.53 44.9 17.44 -
YUV 169.49 85.4 119.81 -
System Red Green Blue C M Y K H S L
Decimal 158 190 94 0.17 0 0.51 0.25 80 0.42 0.56
Hex 9E BE 5E 11 0 33 19 50 2A 38
Octal 236 276 136 21 0 63 31 120 52 70
Binary 10011110 10111110 1011110 10001 0 110011 11001 1010000 101010 111000

Color Harmonies of #9EBE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBE5E

Black with #9EBE5E

Text Example


Text Example

White with #9EBE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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