Html Css Color HEX #ACC48D Norway

📋 copy color: '#ACC48D'

red 172 ◦ green 196 ◦ blue 141

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

Shades of Norway #ACC48D

Tints of Norway #ACC48D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.51%

 BLUE value IS 141 (55.47% from 255) = 27.7%

R = 33.79%
G = 38.51%
B = 27.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#ACC48D (or 0xACC48D) is known color: Norway. HEX triplet: AC, C4 and 8D. RGB value is (172,196,141). Sum of RGB (Red+Green+Blue) = 172+196+141=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC48D is #533B72. Grayscale: #B6B6B6. Windows color (decimal): -5454707 or 9290924. OLE color: 9290924.

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

Color convert

RGB 172 196 141 -
CMYK 0.12 0 0.28 0.23
HSL 86.18º 0.32% 0.66% -
HSV(B) 86.18º 0.28% 0.77% -
XYZ 41.56 50.17 32.69 -
YUV 182.55 104.55 120.47 -
System Red Green Blue C M Y K H S L
Decimal 172 196 141 0.12 0 0.28 0.23 86.18 0.32 0.66
Hex AC C4 8D C 0 1C 17 56 20 42
Octal 254 304 215 14 0 34 27 126 40 102
Binary 10101100 11000100 10001101 1100 0 11100 10111 1010110 100000 1000010

Color Harmonies of #ACC48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC48D

Black with #ACC48D

Text Example


Text Example

White with #ACC48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC48D; }

 p { color: rgb(172,196,141); }

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

background-color css

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

 a { background-color: rgb(172,196,141); }

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

border-color css

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

 span { border-color: rgb(172,196,141); }

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