Html Css Color HEX #ACC297 Norway

📋 copy color: '#ACC297'

red 172 ◦ green 194 ◦ blue 151

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

Shades of Norway #ACC297

Tints of Norway #ACC297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.21%

R = 33.27%
G = 37.52%
B = 29.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#ACC297 (or 0xACC297) is known color: Norway. HEX triplet: AC, C2 and 97. RGB value is (172,194,151). Sum of RGB (Red+Green+Blue) = 172+194+151=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC297 is #533D68. Grayscale: #B6B6B6. Windows color (decimal): -5455209 or 9945772. OLE color: 9945772.

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

Color convert

RGB 172 194 151 -
CMYK 0.11 0 0.22 0.24
HSL 90.7º 0.26% 0.68% -
HSV(B) 90.7º 0.22% 0.76% -
XYZ 41.89 49.59 36.64 -
YUV 182.52 110.21 120.5 -
System Red Green Blue C M Y K H S L
Decimal 172 194 151 0.11 0 0.22 0.24 90.7 0.26 0.68
Hex AC C2 97 B 0 16 18 5B 1A 44
Octal 254 302 227 13 0 26 30 133 32 104
Binary 10101100 11000010 10010111 1011 0 10110 11000 1011011 11010 1000100

Color Harmonies of #ACC297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC297

Black with #ACC297

Text Example


Text Example

White with #ACC297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC297; }

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

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

background-color css

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

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

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

border-color css

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

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

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