#99B28A

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

Shades of Norway #99B28A

Tints of Norway #99B28A

Color information

#99B28A (or 0x99B28A) is unknown color: approx Norway. HEX triplet: 99, B2 and 8A. RGB value is (153,178,138). Sum of RGB (Red+Green+Blue) = 153+178+138=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 178 - color contains mainly: green. Hex color #99B28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B28A is #664D75. Grayscale: #A6A6A6. Windows color (decimal): -6704502 or 9089689. OLE color: 9089689.

HSL color Cylindrical-coordinate representation of color #99B28A: hue angle of 97.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99B28A is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB153178138-
CMYK0.1400.220.30
HSL97.5º20.62%61.96%-
HSV(B)97.5º22.47%69.8%-
XYZ33.6440.4530.08-
YUV165.96112.22118.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.62%
GREEN value IS 178 (69.92% from 255) = 37.95%
BLUE value IS 138 (54.30% from 255) = 29.42%
R=32.62%
G=37.95%
B=29.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1531781380.1400.220.3097.520.6261.96
Hex99B28AE0161E61153e
Octal23126221216026361412576
Binary100110011011001010001010111001011011110110000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,178,138); }

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

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

 a { background-color: rgb(153,178,138); }

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

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

 span { border-color: rgb(153,178,138); }

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