Html Css Color HEX #9EBE5D Olivine

📋 copy color: '#9EBE5D'

red 158 ◦ green 190 ◦ blue 93

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

Shades of Olivine #9EBE5D

Tints of Olivine #9EBE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.09%

R = 35.83%
G = 43.08%
B = 21.09%

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

#9EBE5D (or 0x9EBE5D) is known color: Olivine. HEX triplet: 9E, BE and 5D. RGB value is (158,190,93). Sum of RGB (Red+Green+Blue) = 158+190+93=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBE5D is #6141A2. Grayscale: #A9A9A9. Windows color (decimal): -6373795 or 6143646. OLE color: 6143646.

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

Color convert

RGB 158 190 93 -
CMYK 0.17 0 0.51 0.25
HSL 79.79º 0.43% 0.55% -
HSV(B) 79.79º 0.51% 0.75% -
XYZ 34.49 44.89 17.2 -
YUV 169.37 84.9 119.89 -
System Red Green Blue C M Y K H S L
Decimal 158 190 93 0.17 0 0.51 0.25 79.79 0.43 0.55
Hex 9E BE 5D 11 0 33 19 50 2B 37
Octal 236 276 135 21 0 63 31 120 53 67
Binary 10011110 10111110 1011101 10001 0 110011 11001 1010000 101011 110111

Color Harmonies of #9EBE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBE5D

Black with #9EBE5D

Text Example


Text Example

White with #9EBE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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