Html Css Color HEX #ACC28D Norway

📋 copy color: '#ACC28D'

red 172 ◦ green 194 ◦ blue 141

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

Shades of Norway #ACC28D

Tints of Norway #ACC28D

RGB

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

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

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

R = 33.93%
G = 38.26%
B = 27.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#ACC28D (or 0xACC28D) is known color: Norway. HEX triplet: AC, C2 and 8D. RGB value is (172,194,141). Sum of RGB (Red+Green+Blue) = 172+194+141=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC28D is #533D72. Grayscale: #B5B5B5. Windows color (decimal): -5455219 or 9290412. OLE color: 9290412.

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

Color convert

RGB 172 194 141 -
CMYK 0.11 0 0.27 0.24
HSL 84.91º 0.3% 0.66% -
HSV(B) 84.91º 0.27% 0.76% -
XYZ 41.11 49.28 32.54 -
YUV 181.38 105.21 121.31 -
System Red Green Blue C M Y K H S L
Decimal 172 194 141 0.11 0 0.27 0.24 84.91 0.3 0.66
Hex AC C2 8D B 0 1B 18 55 1E 42
Octal 254 302 215 13 0 33 30 125 36 102
Binary 10101100 11000010 10001101 1011 0 11011 11000 1010101 11110 1000010

Color Harmonies of #ACC28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC28D

Black with #ACC28D

Text Example


Text Example

White with #ACC28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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