Html Css Color HEX #ACC197 Norway

📋 copy color: '#ACC197'

red 172 ◦ green 193 ◦ blue 151

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

Shades of Norway #ACC197

Tints of Norway #ACC197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.26%

R = 33.33%
G = 37.4%
B = 29.26%

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

#ACC197 (or 0xACC197) is known color: Norway. HEX triplet: AC, C1 and 97. RGB value is (172,193,151). Sum of RGB (Red+Green+Blue) = 172+193+151=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC197 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC197 is #533E68. Grayscale: #B6B6B6. Windows color (decimal): -5455465 or 9945516. OLE color: 9945516.

HSL color Cylindrical-coordinate representation of color #ACC197: hue angle of 90º degrees, saturation: 0.25, 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 #ACC197 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 193 151 -
CMYK 0.11 0 0.22 0.24
HSL 90º 0.25% 0.67% -
HSV(B) 90º 0.22% 0.76% -
XYZ 41.67 49.14 36.57 -
YUV 181.93 110.54 120.92 -
System Red Green Blue C M Y K H S L
Decimal 172 193 151 0.11 0 0.22 0.24 90 0.25 0.67
Hex AC C1 97 B 0 16 18 5A 19 43
Octal 254 301 227 13 0 26 30 132 31 103
Binary 10101100 11000001 10010111 1011 0 10110 11000 1011010 11001 1000011

Color Harmonies of #ACC197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC197

Black with #ACC197

Text Example


Text Example

White with #ACC197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC197; }

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

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

background-color css

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

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

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

border-color css

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

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

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