Html Css Color HEX #ACC493 Norway

📋 copy color: '#ACC493'

red 172 ◦ green 196 ◦ blue 147

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

Shades of Norway #ACC493

Tints of Norway #ACC493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.54%

R = 33.4%
G = 38.06%
B = 28.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#ACC493 (or 0xACC493) is known color: Norway. HEX triplet: AC, C4 and 93. RGB value is (172,196,147). Sum of RGB (Red+Green+Blue) = 172+196+147=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC493 is #533B6C. Grayscale: #B7B7B7. Windows color (decimal): -5454701 or 9684140. OLE color: 9684140.

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

Color convert

RGB 172 196 147 -
CMYK 0.12 0 0.25 0.23
HSL 89.39º 0.29% 0.67% -
HSV(B) 89.39º 0.25% 0.77% -
XYZ 42.02 50.36 35.11 -
YUV 183.24 107.55 119.98 -
System Red Green Blue C M Y K H S L
Decimal 172 196 147 0.12 0 0.25 0.23 89.39 0.29 0.67
Hex AC C4 93 C 0 19 17 59 1D 43
Octal 254 304 223 14 0 31 27 131 35 103
Binary 10101100 11000100 10010011 1100 0 11001 10111 1011001 11101 1000011

Color Harmonies of #ACC493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC493

Black with #ACC493

Text Example


Text Example

White with #ACC493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC493; }

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

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

background-color css

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

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

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

border-color css

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

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

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