Html Css Color HEX #ACC992 Norway

📋 copy color: '#ACC992'

red 172 ◦ green 201 ◦ blue 146

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

Shades of Norway #ACC992

Tints of Norway #ACC992

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.73%

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

R = 33.14%
G = 38.73%
B = 28.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#ACC992 (or 0xACC992) is known color: Norway. HEX triplet: AC, C9 and 92. RGB value is (172,201,146). Sum of RGB (Red+Green+Blue) = 172+201+146=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC992 is #53366D. Grayscale: #BABABA. Windows color (decimal): -5453422 or 9619884. OLE color: 9619884.

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

Color convert

RGB 172 201 146 -
CMYK 0.14 0 0.27 0.21
HSL 91.64º 0.34% 0.68% -
HSV(B) 91.64º 0.27% 0.79% -
XYZ 43.09 52.62 35.08 -
YUV 186.06 105.39 117.97 -
System Red Green Blue C M Y K H S L
Decimal 172 201 146 0.14 0 0.27 0.21 91.64 0.34 0.68
Hex AC C9 92 E 0 1B 15 5C 22 44
Octal 254 311 222 16 0 33 25 134 42 104
Binary 10101100 11001001 10010010 1110 0 11011 10101 1011100 100010 1000100

Color Harmonies of #ACC992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC992

Black with #ACC992

Text Example


Text Example

White with #ACC992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC992; }

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

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

background-color css

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

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

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

border-color css

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

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

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