#9CBD85

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

Shades of Norway #9CBD85

Tints of Norway #9CBD85

Color information

#9CBD85 (or 0x9CBD85) is unknown color: approx Norway. HEX triplet: 9C, BD and 85. RGB value is (156,189,133). Sum of RGB (Red+Green+Blue) = 156+189+133=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBD85 is #63427A. Grayscale: #ACACAC. Windows color (decimal): -6505083 or 8764828. OLE color: 8764828.

HSL color Cylindrical-coordinate representation of color #9CBD85: hue angle of 95.36º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CBD85 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB156189133-
CMYK0.1700.300.26
HSL95.36º29.79%63.14%-
HSV(B)95.36º29.63%74.12%-
XYZ36.1445.1629-
YUV172.75105.57116.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.64%
GREEN value IS 189 (74.22% from 255) = 39.54%
BLUE value IS 133 (52.34% from 255) = 27.82%
R=32.64%
G=39.54%
B=27.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561891330.1700.300.2695.3629.7963.14
Hex9CBD851101E1A5f1e3f
Octal23427520521036321373677
Binary1001110010111101100001011000101111011010101111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,189,133); }

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

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

 a { background-color: rgb(156,189,133); }

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

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

 span { border-color: rgb(156,189,133); }

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