Html Css Color HEX #ACC199 Norway

📋 copy color: '#ACC199'

red 172 ◦ green 193 ◦ blue 153

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

Shades of Norway #ACC199

Tints of Norway #ACC199

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.26%

 BLUE value IS 153 (60.16% from 255) = 29.54%

R = 33.2%
G = 37.26%
B = 29.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#ACC199 (or 0xACC199) is known color: Norway. HEX triplet: AC, C1 and 99. RGB value is (172,193,153). Sum of RGB (Red+Green+Blue) = 172+193+153=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC199 is #533E66. Grayscale: #B6B6B6. Windows color (decimal): -5455463 or 10076588. OLE color: 10076588.

HSL color Cylindrical-coordinate representation of color #ACC199: hue angle of 91.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC199 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 193 153 -
CMYK 0.11 0 0.21 0.24
HSL 91.5º 0.24% 0.68% -
HSV(B) 91.5º 0.21% 0.76% -
XYZ 41.83 49.21 37.43 -
YUV 182.16 111.54 120.75 -
System Red Green Blue C M Y K H S L
Decimal 172 193 153 0.11 0 0.21 0.24 91.5 0.24 0.68
Hex AC C1 99 B 0 15 18 5C 18 44
Octal 254 301 231 13 0 25 30 134 30 104
Binary 10101100 11000001 10011001 1011 0 10101 11000 1011100 11000 1000100

Color Harmonies of #ACC199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC199

Black with #ACC199

Text Example


Text Example

White with #ACC199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC199; }

 p { color: rgb(172,193,153); }

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

background-color css

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

 a { background-color: rgb(172,193,153); }

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

border-color css

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

 span { border-color: rgb(172,193,153); }

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