#ACC598

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

Shades of Norway #ACC598

Tints of Norway #ACC598

Color information

#ACC598 (or 0xACC598) is unknown color: approx Norway. HEX triplet: AC, C5 and 98. RGB value is (172,197,152). Sum of RGB (Red+Green+Blue) = 172+197+152=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC598 is #533A67. Grayscale: #B8B8B8. Windows color (decimal): -5454440 or 10012076. OLE color: 10012076.

HSL color Cylindrical-coordinate representation of color #ACC598: hue angle of 93.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACC598 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB172197152-
CMYK0.1300.230.23
HSL93.33º27.95%68.43%-
HSV(B)93.33º22.84%77.25%-
XYZ42.6550.9737.3-
YUV184.4109.72119.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 197 (77.34% from 255) = 37.81%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=33.01%
G=37.81%
B=29.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721971520.1300.230.2393.3327.9568.43
HexACC598D017175d1c44
Octal254305230150272713534104
Binary1010110011000101100110001101010111101111011101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC598; }

 p { color: rgb(172,197,152); }

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

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

 a { background-color: rgb(172,197,152); }

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

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

 span { border-color: rgb(172,197,152); }

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