#9EBD63

Color #9EBD63 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9EBD63

Tints of Olivine #9EBD63

Color information

#9EBD63 (or 0x9EBD63) is unknown color: approx Olivine. HEX triplet: 9E, BD and 63. RGB value is (158,189,99). Sum of RGB (Red+Green+Blue) = 158+189+99=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBD63 is #61429C. Grayscale: #A9A9A9. Windows color (decimal): -6374045 or 6536606. OLE color: 6536606.

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

Color convert

RGB15818999-
CMYK0.1600.480.26
HSL80.67º40.54%56.47%-
HSV(B)80.67º47.62%74.12%-
XYZ34.5544.5718.59-
YUV169.4788.23119.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.43%
GREEN value IS 189 (74.22% from 255) = 42.38%
BLUE value IS 99 (39.06% from 255) = 22.20%
R=35.43%
G=42.38%
B=22.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal158189990.1600.480.2680.6740.5456.47
Hex9EBD63100301A512938
Octal23627514320060321215170
Binary10011110101111011100011100000110000110101010001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EBD63;
 }
 .AnyTagClassName
 {
   color: #9EBD63;
 }
</style>
background-color css

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

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

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

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

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

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