Html Css Color HEX #ACC196 Norway

📋 copy color: '#ACC196'

red 172 ◦ green 193 ◦ blue 150

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

Shades of Norway #ACC196

Tints of Norway #ACC196

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.48%

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

R = 33.4%
G = 37.48%
B = 29.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#ACC196 (or 0xACC196) is known color: Norway. HEX triplet: AC, C1 and 96. RGB value is (172,193,150). Sum of RGB (Red+Green+Blue) = 172+193+150=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC196 is #533E69. Grayscale: #B5B5B5. Windows color (decimal): -5455466 or 9879980. OLE color: 9879980.

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

Color convert

RGB 172 193 150 -
CMYK 0.11 0 0.22 0.24
HSL 89.3º 0.26% 0.67% -
HSV(B) 89.3º 0.22% 0.76% -
XYZ 41.59 49.11 36.14 -
YUV 181.82 110.04 121 -
System Red Green Blue C M Y K H S L
Decimal 172 193 150 0.11 0 0.22 0.24 89.3 0.26 0.67
Hex AC C1 96 B 0 16 18 59 1A 43
Octal 254 301 226 13 0 26 30 131 32 103
Binary 10101100 11000001 10010110 1011 0 10110 11000 1011001 11010 1000011

Color Harmonies of #ACC196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC196

Black with #ACC196

Text Example


Text Example

White with #ACC196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC196; }

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

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

background-color css

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

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

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

border-color css

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

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

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