#9FBD63

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

Shades of Olivine #9FBD63

Tints of Olivine #9FBD63

Color information

#9FBD63 (or 0x9FBD63) is unknown color: approx Olivine. HEX triplet: 9F, BD and 63. RGB value is (159,189,99). Sum of RGB (Red+Green+Blue) = 159+189+99=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBD63 is #60429C. Grayscale: #AAAAAA. Windows color (decimal): -6308509 or 6536607. OLE color: 6536607.

HSL color Cylindrical-coordinate representation of color #9FBD63: hue angle of 80º 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 #9FBD63 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB15918999-
CMYK0.1600.480.26
HSL80º40.54%56.47%-
HSV(B)80º47.62%74.12%-
XYZ34.7544.6718.59-
YUV169.7788.06120.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.57%
GREEN value IS 189 (74.22% from 255) = 42.28%
BLUE value IS 99 (39.06% from 255) = 22.15%
R=35.57%
G=42.28%
B=22.15%

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
Decimal159189990.1600.480.268040.5456.47
Hex9FBD63100301A502938
Octal23727514320060321205170
Binary10011111101111011100011100000110000110101010000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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