Html Css Color HEX #ACC498 Norway

📋 copy color: '#ACC498'

red 172 ◦ green 196 ◦ blue 152

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

Shades of Norway #ACC498

Tints of Norway #ACC498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.23%

R = 33.08%
G = 37.69%
B = 29.23%

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

#ACC498 (or 0xACC498) is known color: Norway. HEX triplet: AC, C4 and 98. RGB value is (172,196,152). Sum of RGB (Red+Green+Blue) = 172+196+152=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC498 is #533B67. Grayscale: #B7B7B7. Windows color (decimal): -5454696 or 10011820. OLE color: 10011820.

HSL color Cylindrical-coordinate representation of color #ACC498: hue angle of 92.73º 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 #ACC498 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 152 -
CMYK 0.12 0 0.22 0.23
HSL 92.73º 0.27% 0.68% -
HSV(B) 92.73º 0.22% 0.77% -
XYZ 42.42 50.52 37.22 -
YUV 183.81 110.05 119.58 -
System Red Green Blue C M Y K H S L
Decimal 172 196 152 0.12 0 0.22 0.23 92.73 0.27 0.68
Hex AC C4 98 C 0 16 17 5D 1B 44
Octal 254 304 230 14 0 26 27 135 33 104
Binary 10101100 11000100 10011000 1100 0 10110 10111 1011101 11011 1000100

Color Harmonies of #ACC498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC498

Black with #ACC498

Text Example


Text Example

White with #ACC498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC498; }

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

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

background-color css

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

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

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

border-color css

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

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

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