Html Css Color HEX #ACC399 Norway

📋 copy color: '#ACC399'

red 172 ◦ green 195 ◦ blue 153

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

Shades of Norway #ACC399

Tints of Norway #ACC399

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.5%

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

R = 33.08%
G = 37.5%
B = 29.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#ACC399 (or 0xACC399) is known color: Norway. HEX triplet: AC, C3 and 99. RGB value is (172,195,153). Sum of RGB (Red+Green+Blue) = 172+195+153=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC399 is #533C66. Grayscale: #B7B7B7. Windows color (decimal): -5454951 or 10077100. OLE color: 10077100.

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

Color convert

RGB 172 195 153 -
CMYK 0.12 0 0.22 0.24
HSL 92.86º 0.26% 0.68% -
HSV(B) 92.86º 0.22% 0.76% -
XYZ 42.28 50.1 37.58 -
YUV 183.34 110.88 119.92 -
System Red Green Blue C M Y K H S L
Decimal 172 195 153 0.12 0 0.22 0.24 92.86 0.26 0.68
Hex AC C3 99 C 0 16 18 5D 1A 44
Octal 254 303 231 14 0 26 30 135 32 104
Binary 10101100 11000011 10011001 1100 0 10110 11000 1011101 11010 1000100

Color Harmonies of #ACC399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC399

Black with #ACC399

Text Example


Text Example

White with #ACC399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC399; }

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

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

background-color css

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

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

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

border-color css

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

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

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