Html Css Color HEX #ACC58C Norway

📋 copy color: '#ACC58C'

red 172 ◦ green 197 ◦ blue 140

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

Shades of Norway #ACC58C

Tints of Norway #ACC58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.5%

R = 33.79%
G = 38.7%
B = 27.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#ACC58C (or 0xACC58C) is known color: Norway. HEX triplet: AC, C5 and 8C. RGB value is (172,197,140). Sum of RGB (Red+Green+Blue) = 172+197+140=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC58C is #533A73. Grayscale: #B7B7B7. Windows color (decimal): -5454452 or 9225644. OLE color: 9225644.

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

Color convert

RGB 172 197 140 -
CMYK 0.13 0 0.29 0.23
HSL 86.32º 0.33% 0.66% -
HSV(B) 86.32º 0.29% 0.77% -
XYZ 41.71 50.6 32.38 -
YUV 183.03 103.72 120.13 -
System Red Green Blue C M Y K H S L
Decimal 172 197 140 0.13 0 0.29 0.23 86.32 0.33 0.66
Hex AC C5 8C D 0 1D 17 56 21 42
Octal 254 305 214 15 0 35 27 126 41 102
Binary 10101100 11000101 10001100 1101 0 11101 10111 1010110 100001 1000010

Color Harmonies of #ACC58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC58C

Black with #ACC58C

Text Example


Text Example

White with #ACC58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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