Html Css Color HEX #ACC695 Norway

📋 copy color: '#ACC695'

red 172 ◦ green 198 ◦ blue 149

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

Shades of Norway #ACC695

Tints of Norway #ACC695

RGB

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

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

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

R = 33.14%
G = 38.15%
B = 28.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#ACC695 (or 0xACC695) is known color: Norway. HEX triplet: AC, C6 and 95. RGB value is (172,198,149). Sum of RGB (Red+Green+Blue) = 172+198+149=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC695 is #53396A. Grayscale: #B8B8B8. Windows color (decimal): -5454187 or 9815724. OLE color: 9815724.

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

Color convert

RGB 172 198 149 -
CMYK 0.13 0 0.25 0.22
HSL 91.84º 0.3% 0.68% -
HSV(B) 91.84º 0.25% 0.78% -
XYZ 42.63 51.33 36.09 -
YUV 184.64 107.89 118.98 -
System Red Green Blue C M Y K H S L
Decimal 172 198 149 0.13 0 0.25 0.22 91.84 0.3 0.68
Hex AC C6 95 D 0 19 16 5C 1E 44
Octal 254 306 225 15 0 31 26 134 36 104
Binary 10101100 11000110 10010101 1101 0 11001 10110 1011100 11110 1000100

Color Harmonies of #ACC695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC695

Black with #ACC695

Text Example


Text Example

White with #ACC695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC695; }

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

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

background-color css

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

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

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

border-color css

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

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

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