Html Css Color HEX #ACC892 Norway

📋 copy color: '#ACC892'

red 172 ◦ green 200 ◦ blue 146

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

Shades of Norway #ACC892

Tints of Norway #ACC892

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.61%

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

R = 33.2%
G = 38.61%
B = 28.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#ACC892 (or 0xACC892) is known color: Norway. HEX triplet: AC, C8 and 92. RGB value is (172,200,146). Sum of RGB (Red+Green+Blue) = 172+200+146=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC892 is #53376D. Grayscale: #B9B9B9. Windows color (decimal): -5453678 or 9619628. OLE color: 9619628.

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

Color convert

RGB 172 200 146 -
CMYK 0.14 0 0.27 0.22
HSL 91.11º 0.33% 0.68% -
HSV(B) 91.11º 0.27% 0.78% -
XYZ 42.86 52.15 35 -
YUV 185.47 105.72 118.39 -
System Red Green Blue C M Y K H S L
Decimal 172 200 146 0.14 0 0.27 0.22 91.11 0.33 0.68
Hex AC C8 92 E 0 1B 16 5B 21 44
Octal 254 310 222 16 0 33 26 133 41 104
Binary 10101100 11001000 10010010 1110 0 11011 10110 1011011 100001 1000100

Color Harmonies of #ACC892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC892

Black with #ACC892

Text Example


Text Example

White with #ACC892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC892; }

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

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

background-color css

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

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

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

border-color css

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

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

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