Html Css Color HEX #ACC496 Norway

📋 copy color: '#ACC496'

red 172 ◦ green 196 ◦ blue 150

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

Shades of Norway #ACC496

Tints of Norway #ACC496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.96%

R = 33.2%
G = 37.84%
B = 28.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#ACC496 (or 0xACC496) is known color: Norway. HEX triplet: AC, C4 and 96. RGB value is (172,196,150). Sum of RGB (Red+Green+Blue) = 172+196+150=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC496 is #533B69. Grayscale: #B7B7B7. Windows color (decimal): -5454698 or 9880748. OLE color: 9880748.

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

Color convert

RGB 172 196 150 -
CMYK 0.12 0 0.23 0.23
HSL 91.3º 0.28% 0.68% -
HSV(B) 91.3º 0.23% 0.77% -
XYZ 42.26 50.45 36.37 -
YUV 183.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 172 196 150 0.12 0 0.23 0.23 91.3 0.28 0.68
Hex AC C4 96 C 0 17 17 5B 1C 44
Octal 254 304 226 14 0 27 27 133 34 104
Binary 10101100 11000100 10010110 1100 0 10111 10111 1011011 11100 1000100

Color Harmonies of #ACC496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC496

Black with #ACC496

Text Example


Text Example

White with #ACC496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC496; }

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

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

background-color css

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

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

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

border-color css

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

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

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