#99BC83

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

Shades of Norway #99BC83

Tints of Norway #99BC83

Color information

#99BC83 (or 0x99BC83) is unknown color: approx Norway. HEX triplet: 99, BC and 83. RGB value is (153,188,131). Sum of RGB (Red+Green+Blue) = 153+188+131=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BC83 is #66437C. Grayscale: #ABABAB. Windows color (decimal): -6701949 or 8633497. OLE color: 8633497.

HSL color Cylindrical-coordinate representation of color #99BC83: hue angle of 96.84º 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 #99BC83 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB153188131-
CMYK0.1900.300.26
HSL96.84º29.84%62.55%-
HSV(B)96.84º30.32%73.73%-
XYZ35.2244.3828.18-
YUV171.04105.4115.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.42%
GREEN value IS 188 (73.83% from 255) = 39.83%
BLUE value IS 131 (51.56% from 255) = 27.75%
R=32.42%
G=39.83%
B=27.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531881310.1900.300.2696.8429.8462.55
Hex99BC831301E1A611e3f
Octal23127420323036321413677
Binary1001100110111100100000111001101111011010110000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BC83; }

 p { color: rgb(153,188,131); }

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

<style>
 a { background-color: #99BC83; }

 a { background-color: rgb(153,188,131); }

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

<style>
 span { border-color: #99BC83; }

 span { border-color: rgb(153,188,131); }

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