#afbe94

Color #AFBE94 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #AFBE94

Tints of Norway #AFBE94

Color information

#AFBE94 (or 0xAFBE94) is unknown color: approx Norway. HEX triplet: AF, BE and 94. RGB value is (175,190,148). Sum of RGB (Red+Green+Blue) = 175+190+148=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE94 is #50416B. Grayscale: #B4B4B4. Windows color (decimal): -5259628 or 9748143. OLE color: 9748143.

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

Color convert

RGB175190148-
CMYK0.0800.220.25
HSL81.43º24.42%66.27%-
HSV(B)81.43º22.11%74.51%-
XYZ41.4448.0835.11-
YUV180.73109.53123.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 190 (74.61% from 255) = 37.04%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=34.11%
G=37.04%
B=28.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901480.0800.220.2581.4324.4266.27
HexAFBE94801619511842
Octal257276224100263112130102
Binary1010111110111110100101001000010110110011010001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afbe94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afbe94; }

 p { color: rgb(175,190,148); }

 H1.HeaderClassName
 {
   color: #afbe94;
 }
 .AnyTagClassName
 {
   color: #afbe94;
 }
</style>
background-color css

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

 a { background-color: rgb(175,190,148); }

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

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

 span { border-color: rgb(175,190,148); }

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