Html Css Color HEX #ACC98C Norway

📋 copy color: '#ACC98C'

red 172 ◦ green 201 ◦ blue 140

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

Shades of Norway #ACC98C

Tints of Norway #ACC98C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.18%

 BLUE value IS 140 (55.08% from 255) = 27.29%

R = 33.53%
G = 39.18%
B = 27.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#ACC98C (or 0xACC98C) is known color: Norway. HEX triplet: AC, C9 and 8C. RGB value is (172,201,140). Sum of RGB (Red+Green+Blue) = 172+201+140=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC98C is #533673. Grayscale: #B9B9B9. Windows color (decimal): -5453428 or 9226668. OLE color: 9226668.

HSL color Cylindrical-coordinate representation of color #ACC98C: hue angle of 88.52º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACC98C is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 140 -
CMYK 0.14 0 0.30 0.21
HSL 88.52º 0.36% 0.67% -
HSV(B) 88.52º 0.3% 0.79% -
XYZ 42.63 52.44 32.69 -
YUV 185.38 102.39 118.46 -
System Red Green Blue C M Y K H S L
Decimal 172 201 140 0.14 0 0.30 0.21 88.52 0.36 0.67
Hex AC C9 8C E 0 1E 15 59 24 43
Octal 254 311 214 16 0 36 25 131 44 103
Binary 10101100 11001001 10001100 1110 0 11110 10101 1011001 100100 1000011

Color Harmonies of #ACC98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC98C

Black with #ACC98C

Text Example


Text Example

White with #ACC98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC98C; }

 p { color: rgb(172,201,140); }

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

background-color css

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

 a { background-color: rgb(172,201,140); }

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

border-color css

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

 span { border-color: rgb(172,201,140); }

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