#9CC087

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

Shades of Norway #9CC087

Tints of Norway #9CC087

Color information

#9CC087 (or 0x9CC087) is unknown color: approx Norway. HEX triplet: 9C, C0 and 87. RGB value is (156,192,135). Sum of RGB (Red+Green+Blue) = 156+192+135=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC087 is #633F78. Grayscale: #AEAEAE. Windows color (decimal): -6504313 or 8896668. OLE color: 8896668.

HSL color Cylindrical-coordinate representation of color #9CC087: hue angle of 97.89º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CC087 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB156192135-
CMYK0.1900.300.25
HSL97.89º31.15%64.12%-
HSV(B)97.89º29.69%75.29%-
XYZ36.9346.5229.95-
YUV174.74105.57114.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.30%
GREEN value IS 192 (75.39% from 255) = 39.75%
BLUE value IS 135 (53.12% from 255) = 27.95%
R=32.30%
G=39.75%
B=27.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561921350.1900.300.2597.8931.1564.12
Hex9CC0871301E19621f40
Octal234300207230363114237100
Binary10011100110000001000011110011011110110011100010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,192,135); }

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

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

 a { background-color: rgb(156,192,135); }

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

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

 span { border-color: rgb(156,192,135); }

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