Html Css Color HEX #ACC88D Norway

📋 copy color: '#ACC88D'

red 172 ◦ green 200 ◦ blue 141

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

Shades of Norway #ACC88D

Tints of Norway #ACC88D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.99%

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

R = 33.53%
G = 38.99%
B = 27.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#ACC88D (or 0xACC88D) is known color: Norway. HEX triplet: AC, C8 and 8D. RGB value is (172,200,141). Sum of RGB (Red+Green+Blue) = 172+200+141=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC88D is #533772. Grayscale: #B9B9B9. Windows color (decimal): -5453683 or 9291948. OLE color: 9291948.

HSL color Cylindrical-coordinate representation of color #ACC88D: hue angle of 88.47º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACC88D is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 200 141 -
CMYK 0.14 0 0.29 0.22
HSL 88.47º 0.35% 0.67% -
HSV(B) 88.47º 0.3% 0.78% -
XYZ 42.48 52 33 -
YUV 184.9 103.22 118.8 -
System Red Green Blue C M Y K H S L
Decimal 172 200 141 0.14 0 0.29 0.22 88.47 0.35 0.67
Hex AC C8 8D E 0 1D 16 58 23 43
Octal 254 310 215 16 0 35 26 130 43 103
Binary 10101100 11001000 10001101 1110 0 11101 10110 1011000 100011 1000011

Color Harmonies of #ACC88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC88D

Black with #ACC88D

Text Example


Text Example

White with #ACC88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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