#ACC98B

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

Shades of Norway #ACC98B

Tints of Norway #ACC98B

Color information

#ACC98B (or 0xACC98B) is unknown color: approx Norway. HEX triplet: AC, C9 and 8B. RGB value is (172,201,139). Sum of RGB (Red+Green+Blue) = 172+201+139=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC98B is #533674. Grayscale: #B9B9B9. Windows color (decimal): -5453429 or 9161132. OLE color: 9161132.

HSL color Cylindrical-coordinate representation of color #ACC98B: hue angle of 88.06º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC98B is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB172201139-
CMYK0.1400.310.21
HSL88.06º36.47%66.67%-
HSV(B)88.06º30.85%78.82%-
XYZ42.5652.4132.3-
YUV185.26101.89118.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 201 (78.91% from 255) = 39.26%
BLUE value IS 139 (54.69% from 255) = 27.15%
R=33.59%
G=39.26%
B=27.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722011390.1400.310.2188.0636.4766.67
HexACC98BE01F15582443
Octal254311213160372513044103
Binary10101100110010011000101111100111111010110110001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC98B; }

 p { color: rgb(172,201,139); }

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

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

 a { background-color: rgb(172,201,139); }

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

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

 span { border-color: rgb(172,201,139); }

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