#9BD160

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

Shades of Olivine #9BD160

Tints of Olivine #9BD160

Color information

#9BD160 (or 0x9BD160) is unknown color: approx Olivine. HEX triplet: 9B, D1 and 60. RGB value is (155,209,96). Sum of RGB (Red+Green+Blue) = 155+209+96=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD160 is #642E9F. Grayscale: #B4B4B4. Windows color (decimal): -6565536 or 6345115. OLE color: 6345115.

HSL color Cylindrical-coordinate representation of color #9BD160: hue angle of 88.67º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BD160 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB15520996-
CMYK0.2600.540.18
HSL88.67º55.12%59.8%-
HSV(B)88.67º54.07%81.96%-
XYZ38.4353.4119.35-
YUV179.9780.61110.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.70%
GREEN value IS 209 (82.03% from 255) = 45.43%
BLUE value IS 96 (37.89% from 255) = 20.87%
R=33.70%
G=45.43%
B=20.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal155209960.2600.540.1888.6755.1259.8
Hex9BD1601A0361259373c
Octal23332114032066221316774
Binary10011011110100011100000110100110110100101011001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,209,96); }

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

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

 a { background-color: rgb(155,209,96); }

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

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

 span { border-color: rgb(155,209,96); }

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