#ACC098

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

Shades of Norway #ACC098

Tints of Norway #ACC098

Color information

#ACC098 (or 0xACC098) is unknown color: approx Norway. HEX triplet: AC, C0 and 98. RGB value is (172,192,152). Sum of RGB (Red+Green+Blue) = 172+192+152=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC098 is #533F67. Grayscale: #B5B5B5. Windows color (decimal): -5455720 or 10010796. OLE color: 10010796.

HSL color Cylindrical-coordinate representation of color #ACC098: hue angle of 90º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC098 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB172192152-
CMYK0.1000.210.25
HSL90º24.1%67.45%-
HSV(B)90º20.83%75.29%-
XYZ41.5348.7436.92-
YUV181.46111.37121.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 192 (75.39% from 255) = 37.21%
BLUE value IS 152 (59.77% from 255) = 29.46%
R=33.33%
G=37.21%
B=29.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721921520.1000.210.259024.167.45
HexACC098A015195a1843
Octal254300230120253113230103
Binary1010110011000000100110001010010101110011011010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC098; }

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

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

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

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

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

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

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

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