Html Css Color HEX #ACC592 Norway

📋 copy color: '#ACC592'

red 172 ◦ green 197 ◦ blue 146

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

Shades of Norway #ACC592

Tints of Norway #ACC592

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.25%

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

R = 33.4%
G = 38.25%
B = 28.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#ACC592 (or 0xACC592) is known color: Norway. HEX triplet: AC, C5 and 92. RGB value is (172,197,146). Sum of RGB (Red+Green+Blue) = 172+197+146=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC592 is #533A6D. Grayscale: #B7B7B7. Windows color (decimal): -5454446 or 9618860. OLE color: 9618860.

HSL color Cylindrical-coordinate representation of color #ACC592: hue angle of 89.41º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACC592 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 197 146 -
CMYK 0.13 0 0.26 0.23
HSL 89.41º 0.31% 0.67% -
HSV(B) 89.41º 0.26% 0.77% -
XYZ 42.17 50.78 34.77 -
YUV 183.71 106.72 119.65 -
System Red Green Blue C M Y K H S L
Decimal 172 197 146 0.13 0 0.26 0.23 89.41 0.31 0.67
Hex AC C5 92 D 0 1A 17 59 1F 43
Octal 254 305 222 15 0 32 27 131 37 103
Binary 10101100 11000101 10010010 1101 0 11010 10111 1011001 11111 1000011

Color Harmonies of #ACC592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC592

Black with #ACC592

Text Example


Text Example

White with #ACC592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC592; }

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

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

background-color css

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

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

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

border-color css

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

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

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