Html Css Color HEX #ACC096 Norway

📋 copy color: '#ACC096'

red 172 ◦ green 192 ◦ blue 150

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

Shades of Norway #ACC096

Tints of Norway #ACC096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.18%

R = 33.46%
G = 37.35%
B = 29.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#ACC096 (or 0xACC096) is known color: Norway. HEX triplet: AC, C0 and 96. RGB value is (172,192,150). Sum of RGB (Red+Green+Blue) = 172+192+150=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC096 is #533F69. Grayscale: #B5B5B5. Windows color (decimal): -5455722 or 9879724. OLE color: 9879724.

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

Color convert

RGB 172 192 150 -
CMYK 0.10 0 0.22 0.25
HSL 88.57º 0.25% 0.67% -
HSV(B) 88.57º 0.22% 0.75% -
XYZ 41.37 48.67 36.07 -
YUV 181.23 110.37 121.42 -
System Red Green Blue C M Y K H S L
Decimal 172 192 150 0.10 0 0.22 0.25 88.57 0.25 0.67
Hex AC C0 96 A 0 16 19 59 19 43
Octal 254 300 226 12 0 26 31 131 31 103
Binary 10101100 11000000 10010110 1010 0 10110 11001 1011001 11001 1000011

Color Harmonies of #ACC096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC096

Black with #ACC096

Text Example


Text Example

White with #ACC096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC096; }

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

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

background-color css

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

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

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

border-color css

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

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

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