Html Css Color HEX #ACC099 Norway

📋 copy color: '#ACC099'

red 172 ◦ green 192 ◦ blue 153

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

Shades of Norway #ACC099

Tints of Norway #ACC099

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.14%

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

R = 33.27%
G = 37.14%
B = 29.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#ACC099 (or 0xACC099) is known color: Norway. HEX triplet: AC, C0 and 99. RGB value is (172,192,153). Sum of RGB (Red+Green+Blue) = 172+192+153=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC099 is #533F66. Grayscale: #B5B5B5. Windows color (decimal): -5455719 or 10076332. OLE color: 10076332.

HSL color Cylindrical-coordinate representation of color #ACC099: hue angle of 90.77º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACC099 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 153 -
CMYK 0.10 0 0.20 0.25
HSL 90.77º 0.24% 0.68% -
HSV(B) 90.77º 0.2% 0.75% -
XYZ 41.61 48.77 37.36 -
YUV 181.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 172 192 153 0.10 0 0.20 0.25 90.77 0.24 0.68
Hex AC C0 99 A 0 14 19 5B 18 44
Octal 254 300 231 12 0 24 31 133 30 104
Binary 10101100 11000000 10011001 1010 0 10100 11001 1011011 11000 1000100

Color Harmonies of #ACC099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC099

Black with #ACC099

Text Example


Text Example

White with #ACC099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC099; }

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

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

background-color css

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

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

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

border-color css

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

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

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