Html Css Color HEX #ACC697 Norway

📋 copy color: '#ACC697'

red 172 ◦ green 198 ◦ blue 151

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

Shades of Norway #ACC697

Tints of Norway #ACC697

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38%

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

R = 33.01%
G = 38%
B = 28.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#ACC697 (or 0xACC697) is known color: Norway. HEX triplet: AC, C6 and 97. RGB value is (172,198,151). Sum of RGB (Red+Green+Blue) = 172+198+151=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC697 is #533968. Grayscale: #B9B9B9. Windows color (decimal): -5454185 or 9946796. OLE color: 9946796.

HSL color Cylindrical-coordinate representation of color #ACC697: hue angle of 93.19º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACC697 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 198 151 -
CMYK 0.13 0 0.24 0.22
HSL 93.19º 0.29% 0.68% -
HSV(B) 93.19º 0.24% 0.78% -
XYZ 42.79 51.39 36.94 -
YUV 184.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 172 198 151 0.13 0 0.24 0.22 93.19 0.29 0.68
Hex AC C6 97 D 0 18 16 5D 1D 44
Octal 254 306 227 15 0 30 26 135 35 104
Binary 10101100 11000110 10010111 1101 0 11000 10110 1011101 11101 1000100

Color Harmonies of #ACC697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC697

Black with #ACC697

Text Example


Text Example

White with #ACC697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC697; }

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

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

background-color css

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

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

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

border-color css

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

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

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