#9BC464

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

Shades of Olivine #9BC464

Tints of Olivine #9BC464

Color information

#9BC464 (or 0x9BC464) is unknown color: approx Olivine. HEX triplet: 9B, C4 and 64. RGB value is (155,196,100). Sum of RGB (Red+Green+Blue) = 155+196+100=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC464 is #643B9B. Grayscale: #ADADAD. Windows color (decimal): -6568860 or 6603931. OLE color: 6603931.

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

Color convert

RGB155196100-
CMYK0.2100.490.23
HSL85.62º44.86%58.04%-
HSV(B)85.62º48.98%76.86%-
XYZ35.5647.3719.33-
YUV172.886.92115.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.37%
GREEN value IS 196 (76.95% from 255) = 43.46%
BLUE value IS 100 (39.45% from 255) = 22.17%
R=34.37%
G=43.46%
B=22.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1551961000.2100.490.2385.6244.8658.04
Hex9BC4641503117562d3a
Octal23330414425061271265572
Binary10011011110001001100100101010110001101111010110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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