Html Css Color HEX #ACC599 Norway

📋 copy color: '#ACC599'

red 172 ◦ green 197 ◦ blue 153

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

Shades of Norway #ACC599

Tints of Norway #ACC599

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.74%

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

R = 32.95%
G = 37.74%
B = 29.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#ACC599 (or 0xACC599) is known color: Norway. HEX triplet: AC, C5 and 99. RGB value is (172,197,153). Sum of RGB (Red+Green+Blue) = 172+197+153=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC599 is #533A66. Grayscale: #B8B8B8. Windows color (decimal): -5454439 or 10077612. OLE color: 10077612.

HSL color Cylindrical-coordinate representation of color #ACC599: hue angle of 94.09º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACC599 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 197 153 -
CMYK 0.13 0 0.22 0.23
HSL 94.09º 0.28% 0.69% -
HSV(B) 94.09º 0.22% 0.77% -
XYZ 42.73 51 37.73 -
YUV 184.51 110.22 119.08 -
System Red Green Blue C M Y K H S L
Decimal 172 197 153 0.13 0 0.22 0.23 94.09 0.28 0.69
Hex AC C5 99 D 0 16 17 5E 1C 45
Octal 254 305 231 15 0 26 27 136 34 105
Binary 10101100 11000101 10011001 1101 0 10110 10111 1011110 11100 1000101

Color Harmonies of #ACC599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC599

Black with #ACC599

Text Example


Text Example

White with #ACC599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC599; }

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

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

background-color css

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

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

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

border-color css

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

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

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