Html Css Color HEX #AEBF93 Norway

📋 copy color: '#AEBF93'

red 174 ◦ green 191 ◦ blue 147

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

Shades of Norway #AEBF93

Tints of Norway #AEBF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.71%

R = 33.98%
G = 37.3%
B = 28.71%

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

#AEBF93 (or 0xAEBF93) is known color: Norway. HEX triplet: AE, BF and 93. RGB value is (174,191,147). Sum of RGB (Red+Green+Blue) = 174+191+147=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBF93 is #51406C. Grayscale: #B5B5B5. Windows color (decimal): -5324909 or 9682862. OLE color: 9682862.

HSL color Cylindrical-coordinate representation of color #AEBF93: hue angle of 83.18º degrees, saturation: 0.26, 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 #AEBF93 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 191 147 -
CMYK 0.09 0 0.23 0.25
HSL 83.18º 0.26% 0.66% -
HSV(B) 83.18º 0.23% 0.75% -
XYZ 41.35 48.37 34.76 -
YUV 180.9 108.87 123.08 -
System Red Green Blue C M Y K H S L
Decimal 174 191 147 0.09 0 0.23 0.25 83.18 0.26 0.66
Hex AE BF 93 9 0 17 19 53 1A 42
Octal 256 277 223 11 0 27 31 123 32 102
Binary 10101110 10111111 10010011 1001 0 10111 11001 1010011 11010 1000010

Color Harmonies of #AEBF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBF93

Black with #AEBF93

Text Example


Text Example

White with #AEBF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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