Html Css Color HEX #ACC98B Norway

📋 copy color: '#ACC98B'

red 172 ◦ green 201 ◦ blue 139

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

Shades of Norway #ACC98B

Tints of Norway #ACC98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.15%

R = 33.59%
G = 39.26%
B = 27.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#ACC98B (or 0xACC98B) is known color: Norway. HEX triplet: AC, C9 and 8B. RGB value is (172,201,139). Sum of RGB (Red+Green+Blue) = 172+201+139=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC98B is #533674. Grayscale: #B9B9B9. Windows color (decimal): -5453429 or 9161132. OLE color: 9161132.

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

Color convert

RGB 172 201 139 -
CMYK 0.14 0 0.31 0.21
HSL 88.06º 0.36% 0.67% -
HSV(B) 88.06º 0.31% 0.79% -
XYZ 42.56 52.41 32.3 -
YUV 185.26 101.89 118.54 -
System Red Green Blue C M Y K H S L
Decimal 172 201 139 0.14 0 0.31 0.21 88.06 0.36 0.67
Hex AC C9 8B E 0 1F 15 58 24 43
Octal 254 311 213 16 0 37 25 130 44 103
Binary 10101100 11001001 10001011 1110 0 11111 10101 1011000 100100 1000011

Color Harmonies of #ACC98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC98B

Black with #ACC98B

Text Example


Text Example

White with #ACC98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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