Html Css Color HEX #AEC192 Norway

📋 copy color: '#AEC192'

red 174 ◦ green 193 ◦ blue 146

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

Shades of Norway #AEC192

Tints of Norway #AEC192

RGB

 RED value IS 174 (68.36% from 255) = 33.92%

 GREEN value IS 193 (75.78% from 255) = 37.62%

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

R = 33.92%
G = 37.62%
B = 28.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#AEC192 (or 0xAEC192) is known color: Norway. HEX triplet: AE, C1 and 92. RGB value is (174,193,146). Sum of RGB (Red+Green+Blue) = 174+193+146=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC192 is #513E6D. Grayscale: #B6B6B6. Windows color (decimal): -5324398 or 9617838. OLE color: 9617838.

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

Color convert

RGB 174 193 146 -
CMYK 0.10 0 0.24 0.24
HSL 84.26º 0.27% 0.66% -
HSV(B) 84.26º 0.24% 0.76% -
XYZ 41.71 49.21 34.49 -
YUV 181.96 107.71 122.32 -
System Red Green Blue C M Y K H S L
Decimal 174 193 146 0.10 0 0.24 0.24 84.26 0.27 0.66
Hex AE C1 92 A 0 18 18 54 1B 42
Octal 256 301 222 12 0 30 30 124 33 102
Binary 10101110 11000001 10010010 1010 0 11000 11000 1010100 11011 1000010

Color Harmonies of #AEC192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC192

Black with #AEC192

Text Example


Text Example

White with #AEC192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC192; }

 p { color: rgb(174,193,146); }

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

background-color css

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

 a { background-color: rgb(174,193,146); }

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

border-color css

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

 span { border-color: rgb(174,193,146); }

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