#9CC363

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

Shades of Olivine #9CC363

Tints of Olivine #9CC363

Color information

#9CC363 (or 0x9CC363) is unknown color: approx Olivine. HEX triplet: 9C, C3 and 63. RGB value is (156,195,99). Sum of RGB (Red+Green+Blue) = 156+195+99=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC363 is #633C9C. Grayscale: #ACACAC. Windows color (decimal): -6503581 or 6538140. OLE color: 6538140.

HSL color Cylindrical-coordinate representation of color #9CC363: hue angle of 84.38º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CC363 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB15619599-
CMYK0.2000.490.24
HSL84.38º44.44%57.65%-
HSV(B)84.38º49.23%76.47%-
XYZ35.484719.01-
YUV172.486.58116.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.67%
GREEN value IS 195 (76.56% from 255) = 43.33%
BLUE value IS 99 (39.06% from 255) = 22%
R=34.67%
G=43.33%
B=22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal156195990.2000.490.2484.3844.4457.65
Hex9CC3631403118542c3a
Octal23430314324061301245472
Binary10011100110000111100011101000110001110001010100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,195,99); }

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

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

 a { background-color: rgb(156,195,99); }

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

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

 span { border-color: rgb(156,195,99); }

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