Html Css Color HEX #ACC499 Norway

📋 copy color: '#ACC499'

red 172 ◦ green 196 ◦ blue 153

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

Shades of Norway #ACC499

Tints of Norway #ACC499

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.62%

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

R = 33.01%
G = 37.62%
B = 29.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#ACC499 (or 0xACC499) is known color: Norway. HEX triplet: AC, C4 and 99. RGB value is (172,196,153). Sum of RGB (Red+Green+Blue) = 172+196+153=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC499 is #533B66. Grayscale: #B8B8B8. Windows color (decimal): -5454695 or 10077356. OLE color: 10077356.

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

Color convert

RGB 172 196 153 -
CMYK 0.12 0 0.22 0.23
HSL 93.49º 0.27% 0.68% -
HSV(B) 93.49º 0.22% 0.77% -
XYZ 42.5 50.55 37.65 -
YUV 183.92 110.55 119.5 -
System Red Green Blue C M Y K H S L
Decimal 172 196 153 0.12 0 0.22 0.23 93.49 0.27 0.68
Hex AC C4 99 C 0 16 17 5D 1B 44
Octal 254 304 231 14 0 26 27 135 33 104
Binary 10101100 11000100 10011001 1100 0 10110 10111 1011101 11011 1000100

Color Harmonies of #ACC499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC499

Black with #ACC499

Text Example


Text Example

White with #ACC499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC499; }

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

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

background-color css

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

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

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

border-color css

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

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

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