Html Css Color HEX #ACC98D Norway

📋 copy color: '#ACC98D'

red 172 ◦ green 201 ◦ blue 141

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

Shades of Norway #ACC98D

Tints of Norway #ACC98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.43%

R = 33.46%
G = 39.11%
B = 27.43%

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

#ACC98D (or 0xACC98D) is known color: Norway. HEX triplet: AC, C9 and 8D. RGB value is (172,201,141). Sum of RGB (Red+Green+Blue) = 172+201+141=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC98D is #533672. Grayscale: #B9B9B9. Windows color (decimal): -5453427 or 9292204. OLE color: 9292204.

HSL color Cylindrical-coordinate representation of color #ACC98D: hue angle of 89º 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 #ACC98D is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 141 -
CMYK 0.14 0 0.30 0.21
HSL 89º 0.36% 0.67% -
HSV(B) 89º 0.3% 0.79% -
XYZ 42.71 52.47 33.08 -
YUV 185.49 102.89 118.38 -
System Red Green Blue C M Y K H S L
Decimal 172 201 141 0.14 0 0.30 0.21 89 0.36 0.67
Hex AC C9 8D E 0 1E 15 59 24 43
Octal 254 311 215 16 0 36 25 131 44 103
Binary 10101100 11001001 10001101 1110 0 11110 10101 1011001 100100 1000011

Color Harmonies of #ACC98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC98D

Black with #ACC98D

Text Example


Text Example

White with #ACC98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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