Html Css Color HEX #ACC690 Norway

📋 copy color: '#ACC690'

red 172 ◦ green 198 ◦ blue 144

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

Shades of Norway #ACC690

Tints of Norway #ACC690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.02%

R = 33.46%
G = 38.52%
B = 28.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#ACC690 (or 0xACC690) is known color: Norway. HEX triplet: AC, C6 and 90. RGB value is (172,198,144). Sum of RGB (Red+Green+Blue) = 172+198+144=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC690 is #53396F. Grayscale: #B8B8B8. Windows color (decimal): -5454192 or 9488044. OLE color: 9488044.

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

Color convert

RGB 172 198 144 -
CMYK 0.13 0 0.27 0.22
HSL 88.89º 0.32% 0.67% -
HSV(B) 88.89º 0.27% 0.78% -
XYZ 42.24 51.17 34.04 -
YUV 184.07 105.39 119.39 -
System Red Green Blue C M Y K H S L
Decimal 172 198 144 0.13 0 0.27 0.22 88.89 0.32 0.67
Hex AC C6 90 D 0 1B 16 59 20 43
Octal 254 306 220 15 0 33 26 131 40 103
Binary 10101100 11000110 10010000 1101 0 11011 10110 1011001 100000 1000011

Color Harmonies of #ACC690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC690

Black with #ACC690

Text Example


Text Example

White with #ACC690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC690; }

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

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

background-color css

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

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

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

border-color css

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

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

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