#ACC39B

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

Shades of Norway #ACC39B

Tints of Norway #ACC39B

Color information

#ACC39B (or 0xACC39B) is unknown color: approx Norway. HEX triplet: AC, C3 and 9B. RGB value is (172,195,155). Sum of RGB (Red+Green+Blue) = 172+195+155=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC39B is #533C64. Grayscale: #B7B7B7. Windows color (decimal): -5454949 or 10208172. OLE color: 10208172.

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

Color convert

RGB172195155-
CMYK0.1200.210.24
HSL94.5º25%68.63%-
HSV(B)94.5º20.51%76.47%-
XYZ42.4450.1738.46-
YUV183.56111.88119.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 195 (76.56% from 255) = 37.36%
BLUE value IS 155 (60.94% from 255) = 29.69%
R=32.95%
G=37.36%
B=29.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951550.1200.210.2494.52568.63
HexACC39BC015185e1945
Octal254303233140253013631105
Binary1010110011000011100110111100010101110001011110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC39B; }

 p { color: rgb(172,195,155); }

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

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

 a { background-color: rgb(172,195,155); }

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

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

 span { border-color: rgb(172,195,155); }

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