Html Css Color HEX #ACC296 Norway

📋 copy color: '#ACC296'

red 172 ◦ green 194 ◦ blue 150

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

Shades of Norway #ACC296

Tints of Norway #ACC296

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.6%

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

R = 33.33%
G = 37.6%
B = 29.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#ACC296 (or 0xACC296) is known color: Norway. HEX triplet: AC, C2 and 96. RGB value is (172,194,150). Sum of RGB (Red+Green+Blue) = 172+194+150=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC296 is #533D69. Grayscale: #B6B6B6. Windows color (decimal): -5455210 or 9880236. OLE color: 9880236.

HSL color Cylindrical-coordinate representation of color #ACC296: hue angle of 90º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACC296 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 194 150 -
CMYK 0.11 0 0.23 0.24
HSL 90º 0.27% 0.67% -
HSV(B) 90º 0.23% 0.76% -
XYZ 41.81 49.56 36.22 -
YUV 182.41 109.71 120.58 -
System Red Green Blue C M Y K H S L
Decimal 172 194 150 0.11 0 0.23 0.24 90 0.27 0.67
Hex AC C2 96 B 0 17 18 5A 1B 43
Octal 254 302 226 13 0 27 30 132 33 103
Binary 10101100 11000010 10010110 1011 0 10111 11000 1011010 11011 1000011

Color Harmonies of #ACC296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC296

Black with #ACC296

Text Example


Text Example

White with #ACC296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC296; }

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

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

background-color css

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

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

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

border-color css

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

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

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