Html Css Color HEX #ACC58D Norway

📋 copy color: '#ACC58D'

red 172 ◦ green 197 ◦ blue 141

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

Shades of Norway #ACC58D

Tints of Norway #ACC58D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.63%

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

R = 33.73%
G = 38.63%
B = 27.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#ACC58D (or 0xACC58D) is known color: Norway. HEX triplet: AC, C5 and 8D. RGB value is (172,197,141). Sum of RGB (Red+Green+Blue) = 172+197+141=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC58D is #533A72. Grayscale: #B7B7B7. Windows color (decimal): -5454451 or 9291180. OLE color: 9291180.

HSL color Cylindrical-coordinate representation of color #ACC58D: hue angle of 86.79º degrees, saturation: 0.33, 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 #ACC58D is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 197 141 -
CMYK 0.13 0 0.28 0.23
HSL 86.79º 0.33% 0.66% -
HSV(B) 86.79º 0.28% 0.77% -
XYZ 41.79 50.63 32.77 -
YUV 183.14 104.22 120.05 -
System Red Green Blue C M Y K H S L
Decimal 172 197 141 0.13 0 0.28 0.23 86.79 0.33 0.66
Hex AC C5 8D D 0 1C 17 57 21 42
Octal 254 305 215 15 0 34 27 127 41 102
Binary 10101100 11000101 10001101 1101 0 11100 10111 1010111 100001 1000010

Color Harmonies of #ACC58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC58D

Black with #ACC58D

Text Example


Text Example

White with #ACC58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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