Html Css Color HEX #AEBF94 Norway

📋 copy color: '#AEBF94'

red 174 ◦ green 191 ◦ blue 148

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

Shades of Norway #AEBF94

Tints of Norway #AEBF94

RGB

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

 GREEN value IS 191 (75% from 255) = 37.23%

 BLUE value IS 148 (58.2% from 255) = 28.85%

R = 33.92%
G = 37.23%
B = 28.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#AEBF94 (or 0xAEBF94) is known color: Norway. HEX triplet: AE, BF and 94. RGB value is (174,191,148). Sum of RGB (Red+Green+Blue) = 174+191+148=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBF94 is #51406B. Grayscale: #B5B5B5. Windows color (decimal): -5324908 or 9748398. OLE color: 9748398.

HSL color Cylindrical-coordinate representation of color #AEBF94: hue angle of 83.72º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEBF94 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 191 148 -
CMYK 0.09 0 0.23 0.25
HSL 83.72º 0.25% 0.66% -
HSV(B) 83.72º 0.23% 0.75% -
XYZ 41.43 48.4 35.18 -
YUV 181.02 109.37 123 -
System Red Green Blue C M Y K H S L
Decimal 174 191 148 0.09 0 0.23 0.25 83.72 0.25 0.66
Hex AE BF 94 9 0 17 19 54 19 42
Octal 256 277 224 11 0 27 31 124 31 102
Binary 10101110 10111111 10010100 1001 0 10111 11001 1010100 11001 1000010

Color Harmonies of #AEBF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBF94

Black with #AEBF94

Text Example


Text Example

White with #AEBF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBF94; }

 p { color: rgb(174,191,148); }

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

background-color css

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

 a { background-color: rgb(174,191,148); }

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

border-color css

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

 span { border-color: rgb(174,191,148); }

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