Html Css Color HEX #ACC495 Norway

📋 copy color: '#ACC495'

red 172 ◦ green 196 ◦ blue 149

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

Shades of Norway #ACC495

Tints of Norway #ACC495

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.91%

 BLUE value IS 149 (58.59% from 255) = 28.82%

R = 33.27%
G = 37.91%
B = 28.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#ACC495 (or 0xACC495) is known color: Norway. HEX triplet: AC, C4 and 95. RGB value is (172,196,149). Sum of RGB (Red+Green+Blue) = 172+196+149=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC495 is #533B6A. Grayscale: #B7B7B7. Windows color (decimal): -5454699 or 9815212. OLE color: 9815212.

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

Color convert

RGB 172 196 149 -
CMYK 0.12 0 0.24 0.23
HSL 90.64º 0.28% 0.68% -
HSV(B) 90.64º 0.24% 0.77% -
XYZ 42.18 50.42 35.94 -
YUV 183.47 108.55 119.82 -
System Red Green Blue C M Y K H S L
Decimal 172 196 149 0.12 0 0.24 0.23 90.64 0.28 0.68
Hex AC C4 95 C 0 18 17 5B 1C 44
Octal 254 304 225 14 0 30 27 133 34 104
Binary 10101100 11000100 10010101 1100 0 11000 10111 1011011 11100 1000100

Color Harmonies of #ACC495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC495

Black with #ACC495

Text Example


Text Example

White with #ACC495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC495; }

 p { color: rgb(172,196,149); }

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

background-color css

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

 a { background-color: rgb(172,196,149); }

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

border-color css

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

 span { border-color: rgb(172,196,149); }

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