Html Css Color HEX #AEBC96 Norway

📋 copy color: '#AEBC96'

red 174 ◦ green 188 ◦ blue 150

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

Shades of Norway #AEBC96

Tints of Norway #AEBC96

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.72%

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

R = 33.98%
G = 36.72%
B = 29.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#AEBC96 (or 0xAEBC96) is known color: Norway. HEX triplet: AE, BC and 96. RGB value is (174,188,150). Sum of RGB (Red+Green+Blue) = 174+188+150=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBC96 is #514369. Grayscale: #B3B3B3. Windows color (decimal): -5325674 or 9878702. OLE color: 9878702.

HSL color Cylindrical-coordinate representation of color #AEBC96: hue angle of 82.11º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEBC96 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 188 150 -
CMYK 0.07 0 0.20 0.26
HSL 82.11º 0.22% 0.66% -
HSV(B) 82.11º 0.2% 0.74% -
XYZ 40.94 47.17 35.8 -
YUV 179.48 111.36 124.09 -
System Red Green Blue C M Y K H S L
Decimal 174 188 150 0.07 0 0.20 0.26 82.11 0.22 0.66
Hex AE BC 96 7 0 14 1A 52 16 42
Octal 256 274 226 7 0 24 32 122 26 102
Binary 10101110 10111100 10010110 111 0 10100 11010 1010010 10110 1000010

Color Harmonies of #AEBC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC96

Black with #AEBC96

Text Example


Text Example

White with #AEBC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC96; }

 p { color: rgb(174,188,150); }

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

background-color css

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

 a { background-color: rgb(174,188,150); }

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

border-color css

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

 span { border-color: rgb(174,188,150); }

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