Html Css Color HEX #ACC392 Norway

📋 copy color: '#ACC392'

red 172 ◦ green 195 ◦ blue 146

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

Shades of Norway #ACC392

Tints of Norway #ACC392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.46%

R = 33.53%
G = 38.01%
B = 28.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#ACC392 (or 0xACC392) is known color: Norway. HEX triplet: AC, C3 and 92. RGB value is (172,195,146). Sum of RGB (Red+Green+Blue) = 172+195+146=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC392 is #533C6D. Grayscale: #B6B6B6. Windows color (decimal): -5454958 or 9618348. OLE color: 9618348.

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

Color convert

RGB 172 195 146 -
CMYK 0.12 0 0.25 0.24
HSL 88.16º 0.29% 0.67% -
HSV(B) 88.16º 0.25% 0.76% -
XYZ 41.72 49.88 34.62 -
YUV 182.54 107.38 120.48 -
System Red Green Blue C M Y K H S L
Decimal 172 195 146 0.12 0 0.25 0.24 88.16 0.29 0.67
Hex AC C3 92 C 0 19 18 58 1D 43
Octal 254 303 222 14 0 31 30 130 35 103
Binary 10101100 11000011 10010010 1100 0 11001 11000 1011000 11101 1000011

Color Harmonies of #ACC392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC392

Black with #ACC392

Text Example


Text Example

White with #ACC392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC392; }

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

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

background-color css

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

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

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

border-color css

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

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

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