Html Css Color HEX #ACC09C Norway

📋 copy color: '#ACC09C'

red 172 ◦ green 192 ◦ blue 156

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

Shades of Norway #ACC09C

Tints of Norway #ACC09C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.92%

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

R = 33.08%
G = 36.92%
B = 30%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#ACC09C (or 0xACC09C) is known color: Norway. HEX triplet: AC, C0 and 9C. RGB value is (172,192,156). Sum of RGB (Red+Green+Blue) = 172+192+156=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC09C is #533F63. Grayscale: #B6B6B6. Windows color (decimal): -5455716 or 10272940. OLE color: 10272940.

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

Color convert

RGB 172 192 156 -
CMYK 0.10 0 0.19 0.25
HSL 93.33º 0.22% 0.68% -
HSV(B) 93.33º 0.19% 0.75% -
XYZ 41.86 48.87 38.68 -
YUV 181.92 113.37 120.93 -
System Red Green Blue C M Y K H S L
Decimal 172 192 156 0.10 0 0.19 0.25 93.33 0.22 0.68
Hex AC C0 9C A 0 13 19 5D 16 44
Octal 254 300 234 12 0 23 31 135 26 104
Binary 10101100 11000000 10011100 1010 0 10011 11001 1011101 10110 1000100

Color Harmonies of #ACC09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC09C

Black with #ACC09C

Text Example


Text Example

White with #ACC09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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