Html Css Color HEX #ACC091 Norway

📋 copy color: '#ACC091'

red 172 ◦ green 192 ◦ blue 145

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

Shades of Norway #ACC091

Tints of Norway #ACC091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.49%

R = 33.79%
G = 37.72%
B = 28.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#ACC091 (or 0xACC091) is known color: Norway. HEX triplet: AC, C0 and 91. RGB value is (172,192,145). Sum of RGB (Red+Green+Blue) = 172+192+145=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC091 is #533F6E. Grayscale: #B4B4B4. Windows color (decimal): -5455727 or 9552044. OLE color: 9552044.

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

Color convert

RGB 172 192 145 -
CMYK 0.10 0 0.24 0.25
HSL 85.53º 0.27% 0.66% -
HSV(B) 85.53º 0.24% 0.75% -
XYZ 40.97 48.51 33.99 -
YUV 180.66 107.87 121.82 -
System Red Green Blue C M Y K H S L
Decimal 172 192 145 0.10 0 0.24 0.25 85.53 0.27 0.66
Hex AC C0 91 A 0 18 19 56 1B 42
Octal 254 300 221 12 0 30 31 126 33 102
Binary 10101100 11000000 10010001 1010 0 11000 11001 1010110 11011 1000010

Color Harmonies of #ACC091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC091

Black with #ACC091

Text Example


Text Example

White with #ACC091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC091; }

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

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

background-color css

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

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

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

border-color css

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

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

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