#9FBD66

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

Shades of Olivine #9FBD66

Tints of Olivine #9FBD66

Color information

#9FBD66 (or 0x9FBD66) is unknown color: approx Olivine. HEX triplet: 9F, BD and 66. RGB value is (159,189,102). Sum of RGB (Red+Green+Blue) = 159+189+102=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBD66 is #604299. Grayscale: #AAAAAA. Windows color (decimal): -6308506 or 6733215. OLE color: 6733215.

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

Color convert

RGB159189102-
CMYK0.1600.460.26
HSL80.69º39.73%57.06%-
HSV(B)80.69º46.03%74.12%-
XYZ34.8944.7319.36-
YUV170.1189.56120.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.33%
GREEN value IS 189 (74.22% from 255) = 42%
BLUE value IS 102 (40.23% from 255) = 22.67%
R=35.33%
G=42%
B=22.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591891020.1600.460.2680.6939.7357.06
Hex9FBD661002E1A512839
Octal23727514620056321215071
Binary10011111101111011100110100000101110110101010001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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