Html Css Color HEX #ACC29C Norway

📋 copy color: '#ACC29C'

red 172 ◦ green 194 ◦ blue 156

#ACC29C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #ACC29C

Tints of Norway #ACC29C

RGB

 RED value IS 172 (67.58% from 255) = 32.95%

 GREEN value IS 194 (76.17% from 255) = 37.16%

 BLUE value IS 156 (61.33% from 255) = 29.89%

R = 32.95%
G = 37.16%
B = 29.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#ACC29C (or 0xACC29C) is known color: Norway. HEX triplet: AC, C2 and 9C. RGB value is (172,194,156). Sum of RGB (Red+Green+Blue) = 172+194+156=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC29C is #533D63. Grayscale: #B7B7B7. Windows color (decimal): -5455204 or 10273452. OLE color: 10273452.

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

Color convert

RGB 172 194 156 -
CMYK 0.11 0 0.20 0.24
HSL 94.74º 0.24% 0.69% -
HSV(B) 94.74º 0.2% 0.76% -
XYZ 42.31 49.75 38.83 -
YUV 183.09 112.71 120.09 -
System Red Green Blue C M Y K H S L
Decimal 172 194 156 0.11 0 0.20 0.24 94.74 0.24 0.69
Hex AC C2 9C B 0 14 18 5F 18 45
Octal 254 302 234 13 0 24 30 137 30 105
Binary 10101100 11000010 10011100 1011 0 10100 11000 1011111 11000 1000101

Color Harmonies of #ACC29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC29C

Black with #ACC29C

Text Example


Text Example

White with #ACC29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC29C; }

 p { color: rgb(172,194,156); }

 H1.HeaderClassName
 {
   color: #ACC29C;
 }
 .AnyTagClassName
 {
   color: #ACC29C;
 }
</style>

background-color css

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

 a { background-color: rgb(172,194,156); }

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

border-color css

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

 span { border-color: rgb(172,194,156); }

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