Html Css Color HEX #ACC396 Norway

📋 copy color: '#ACC396'

red 172 ◦ green 195 ◦ blue 150

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

Shades of Norway #ACC396

Tints of Norway #ACC396

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.72%

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

R = 33.27%
G = 37.72%
B = 29.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#ACC396 (or 0xACC396) is known color: Norway. HEX triplet: AC, C3 and 96. RGB value is (172,195,150). Sum of RGB (Red+Green+Blue) = 172+195+150=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC396 is #533C69. Grayscale: #B7B7B7. Windows color (decimal): -5454954 or 9880492. OLE color: 9880492.

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

Color convert

RGB 172 195 150 -
CMYK 0.12 0 0.23 0.24
HSL 90.67º 0.27% 0.68% -
HSV(B) 90.67º 0.23% 0.76% -
XYZ 42.03 50 36.29 -
YUV 182.99 109.38 120.16 -
System Red Green Blue C M Y K H S L
Decimal 172 195 150 0.12 0 0.23 0.24 90.67 0.27 0.68
Hex AC C3 96 C 0 17 18 5B 1B 44
Octal 254 303 226 14 0 27 30 133 33 104
Binary 10101100 11000011 10010110 1100 0 10111 11000 1011011 11011 1000100

Color Harmonies of #ACC396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC396

Black with #ACC396

Text Example


Text Example

White with #ACC396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC396; }

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

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

background-color css

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

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

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

border-color css

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

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

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