Html Css Color HEX #ACC696 Norway

📋 copy color: '#ACC696'

red 172 ◦ green 198 ◦ blue 150

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

Shades of Norway #ACC696

Tints of Norway #ACC696

RGB

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

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

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

R = 33.08%
G = 38.08%
B = 28.85%

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

#ACC696 (or 0xACC696) is known color: Norway. HEX triplet: AC, C6 and 96. RGB value is (172,198,150). Sum of RGB (Red+Green+Blue) = 172+198+150=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC696 is #533969. Grayscale: #B8B8B8. Windows color (decimal): -5454186 or 9881260. OLE color: 9881260.

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

Color convert

RGB 172 198 150 -
CMYK 0.13 0 0.24 0.22
HSL 92.5º 0.3% 0.68% -
HSV(B) 92.5º 0.24% 0.78% -
XYZ 42.71 51.36 36.52 -
YUV 184.75 108.39 118.9 -
System Red Green Blue C M Y K H S L
Decimal 172 198 150 0.13 0 0.24 0.22 92.5 0.3 0.68
Hex AC C6 96 D 0 18 16 5C 1E 44
Octal 254 306 226 15 0 30 26 134 36 104
Binary 10101100 11000110 10010110 1101 0 11000 10110 1011100 11110 1000100

Color Harmonies of #ACC696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC696

Black with #ACC696

Text Example


Text Example

White with #ACC696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC696; }

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

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

background-color css

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

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

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

border-color css

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

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

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