Html Css Color HEX #9EBD5F Olivine

📋 copy color: '#9EBD5F'

red 158 ◦ green 189 ◦ blue 95

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

Shades of Olivine #9EBD5F

Tints of Olivine #9EBD5F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.76%

 BLUE value IS 95 (37.5% from 255) = 21.49%

R = 35.75%
G = 42.76%
B = 21.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#9EBD5F (or 0x9EBD5F) is known color: Olivine. HEX triplet: 9E, BD and 5F. RGB value is (158,189,95). Sum of RGB (Red+Green+Blue) = 158+189+95=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBD5F is #6142A0. Grayscale: #A9A9A9. Windows color (decimal): -6374049 or 6274462. OLE color: 6274462.

HSL color Cylindrical-coordinate representation of color #9EBD5F: hue angle of 79.79º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9EBD5F is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 189 95 -
CMYK 0.16 0 0.50 0.26
HSL 79.79º 0.42% 0.56% -
HSV(B) 79.79º 0.5% 0.74% -
XYZ 34.36 44.49 17.6 -
YUV 169.02 86.23 120.14 -
System Red Green Blue C M Y K H S L
Decimal 158 189 95 0.16 0 0.50 0.26 79.79 0.42 0.56
Hex 9E BD 5F 10 0 32 1A 50 2A 38
Octal 236 275 137 20 0 62 32 120 52 70
Binary 10011110 10111101 1011111 10000 0 110010 11010 1010000 101010 111000

Color Harmonies of #9EBD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBD5F

Black with #9EBD5F

Text Example


Text Example

White with #9EBD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,189,95); }

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

background-color css

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

 a { background-color: rgb(158,189,95); }

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

border-color css

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

 span { border-color: rgb(158,189,95); }

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