Html Css Color HEX #ACC08F Norway

📋 copy color: '#ACC08F'

red 172 ◦ green 192 ◦ blue 143

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

Shades of Norway #ACC08F

Tints of Norway #ACC08F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.87%

 BLUE value IS 143 (56.25% from 255) = 28.21%

R = 33.93%
G = 37.87%
B = 28.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#ACC08F (or 0xACC08F) is known color: Norway. HEX triplet: AC, C0 and 8F. RGB value is (172,192,143). Sum of RGB (Red+Green+Blue) = 172+192+143=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC08F is #533F70. Grayscale: #B4B4B4. Windows color (decimal): -5455729 or 9420972. OLE color: 9420972.

HSL color Cylindrical-coordinate representation of color #ACC08F: hue angle of 84.49º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACC08F is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 143 -
CMYK 0.10 0 0.26 0.25
HSL 84.49º 0.28% 0.66% -
HSV(B) 84.49º 0.26% 0.75% -
XYZ 40.82 48.45 33.19 -
YUV 180.43 106.87 121.98 -
System Red Green Blue C M Y K H S L
Decimal 172 192 143 0.10 0 0.26 0.25 84.49 0.28 0.66
Hex AC C0 8F A 0 1A 19 54 1C 42
Octal 254 300 217 12 0 32 31 124 34 102
Binary 10101100 11000000 10001111 1010 0 11010 11001 1010100 11100 1000010

Color Harmonies of #ACC08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC08F

Black with #ACC08F

Text Example


Text Example

White with #ACC08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC08F; }

 p { color: rgb(172,192,143); }

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

background-color css

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

 a { background-color: rgb(172,192,143); }

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

border-color css

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

 span { border-color: rgb(172,192,143); }

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