Html Css Color HEX #ACC292 Norway

📋 copy color: '#ACC292'

red 172 ◦ green 194 ◦ blue 146

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

Shades of Norway #ACC292

Tints of Norway #ACC292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.52%

R = 33.59%
G = 37.89%
B = 28.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#ACC292 (or 0xACC292) is known color: Norway. HEX triplet: AC, C2 and 92. RGB value is (172,194,146). Sum of RGB (Red+Green+Blue) = 172+194+146=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC292 is #533D6D. Grayscale: #B6B6B6. Windows color (decimal): -5455214 or 9618092. OLE color: 9618092.

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

Color convert

RGB 172 194 146 -
CMYK 0.11 0 0.25 0.24
HSL 87.5º 0.28% 0.67% -
HSV(B) 87.5º 0.25% 0.76% -
XYZ 41.49 49.43 34.55 -
YUV 181.95 107.71 120.9 -
System Red Green Blue C M Y K H S L
Decimal 172 194 146 0.11 0 0.25 0.24 87.5 0.28 0.67
Hex AC C2 92 B 0 19 18 57 1C 43
Octal 254 302 222 13 0 31 30 127 34 103
Binary 10101100 11000010 10010010 1011 0 11001 11000 1010111 11100 1000011

Color Harmonies of #ACC292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC292

Black with #ACC292

Text Example


Text Example

White with #ACC292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC292; }

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

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

background-color css

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

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

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

border-color css

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

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

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