Html Css Color HEX #AEBC98 Norway

📋 copy color: '#AEBC98'

red 174 ◦ green 188 ◦ blue 152

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

Shades of Norway #AEBC98

Tints of Norway #AEBC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.57%

R = 33.85%
G = 36.58%
B = 29.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#AEBC98 (or 0xAEBC98) is known color: Norway. HEX triplet: AE, BC and 98. RGB value is (174,188,152). Sum of RGB (Red+Green+Blue) = 174+188+152=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBC98 is #514367. Grayscale: #B3B3B3. Windows color (decimal): -5325672 or 10009774. OLE color: 10009774.

HSL color Cylindrical-coordinate representation of color #AEBC98: hue angle of 83.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEBC98 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 188 152 -
CMYK 0.07 0 0.19 0.26
HSL 83.33º 0.21% 0.67% -
HSV(B) 83.33º 0.19% 0.74% -
XYZ 41.11 47.23 36.66 -
YUV 179.71 112.36 123.93 -
System Red Green Blue C M Y K H S L
Decimal 174 188 152 0.07 0 0.19 0.26 83.33 0.21 0.67
Hex AE BC 98 7 0 13 1A 53 15 43
Octal 256 274 230 7 0 23 32 123 25 103
Binary 10101110 10111100 10011000 111 0 10011 11010 1010011 10101 1000011

Color Harmonies of #AEBC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC98

Black with #AEBC98

Text Example


Text Example

White with #AEBC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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