#9BC460

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

Shades of Olivine #9BC460

Tints of Olivine #9BC460

Color information

#9BC460 (or 0x9BC460) is unknown color: approx Olivine. HEX triplet: 9B, C4 and 60. RGB value is (155,196,96). Sum of RGB (Red+Green+Blue) = 155+196+96=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC460 is #643B9F. Grayscale: #ACACAC. Windows color (decimal): -6568864 or 6341787. OLE color: 6341787.

HSL color Cylindrical-coordinate representation of color #9BC460: hue angle of 84.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BC460 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB15519696-
CMYK0.2100.510.23
HSL84.6º45.87%57.25%-
HSV(B)84.6º51.02%76.86%-
XYZ35.3747.2918.33-
YUV172.3484.92115.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.68%
GREEN value IS 196 (76.95% from 255) = 43.85%
BLUE value IS 96 (37.89% from 255) = 21.48%
R=34.68%
G=43.85%
B=21.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal155196960.2100.510.2384.645.8757.25
Hex9BC4601503317552e39
Octal23330414025063271255671
Binary10011011110001001100000101010110011101111010101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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