#9EBD73

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

Shades of Olivine #9EBD73

Tints of Olivine #9EBD73

Color information

#9EBD73 (or 0x9EBD73) is unknown color: approx Olivine. HEX triplet: 9E, BD and 73. RGB value is (158,189,115). Sum of RGB (Red+Green+Blue) = 158+189+115=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBD73 is #61428C. Grayscale: #ABABAB. Windows color (decimal): -6374029 or 7585182. OLE color: 7585182.

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

Color convert

RGB158189115-
CMYK0.1600.390.26
HSL85.14º35.92%59.61%-
HSV(B)85.14º39.15%74.12%-
XYZ35.3944.923.02-
YUV171.396.23118.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.20%
GREEN value IS 189 (74.22% from 255) = 40.91%
BLUE value IS 115 (45.31% from 255) = 24.89%
R=34.20%
G=40.91%
B=24.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581891150.1600.390.2685.1435.9259.61
Hex9EBD73100271A55243c
Octal23627516320047321254474
Binary10011110101111011110011100000100111110101010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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