Html Css Color HEX #9EBF5D Olivine

📋 copy color: '#9EBF5D'

red 158 ◦ green 191 ◦ blue 93

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

Shades of Olivine #9EBF5D

Tints of Olivine #9EBF5D

RGB

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

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

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

R = 35.75%
G = 43.21%
B = 21.04%

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

#9EBF5D (or 0x9EBF5D) is known color: Olivine. HEX triplet: 9E, BF and 5D. RGB value is (158,191,93). Sum of RGB (Red+Green+Blue) = 158+191+93=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBF5D is #6140A2. Grayscale: #AAAAAA. Windows color (decimal): -6373539 or 6143902. OLE color: 6143902.

HSL color Cylindrical-coordinate representation of color #9EBF5D: hue angle of 80.2º degrees, saturation: 0.43, 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 #9EBF5D is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 191 93 -
CMYK 0.17 0 0.51 0.25
HSL 80.2º 0.43% 0.56% -
HSV(B) 80.2º 0.51% 0.75% -
XYZ 34.71 45.32 17.27 -
YUV 169.96 84.57 119.47 -
System Red Green Blue C M Y K H S L
Decimal 158 191 93 0.17 0 0.51 0.25 80.2 0.43 0.56
Hex 9E BF 5D 11 0 33 19 50 2B 38
Octal 236 277 135 21 0 63 31 120 53 70
Binary 10011110 10111111 1011101 10001 0 110011 11001 1010000 101011 111000

Color Harmonies of #9EBF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBF5D

Black with #9EBF5D

Text Example


Text Example

White with #9EBF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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