#AFBF93

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

Shades of Norway #AFBF93

Tints of Norway #AFBF93

Color information

#AFBF93 (or 0xAFBF93) is unknown color: approx Norway. HEX triplet: AF, BF and 93. RGB value is (175,191,147). Sum of RGB (Red+Green+Blue) = 175+191+147=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBF93 is #50406C. Grayscale: #B5B5B5. Windows color (decimal): -5259373 or 9682863. OLE color: 9682863.

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

Color convert

RGB175191147-
CMYK0.0800.230.25
HSL81.82º25.58%66.27%-
HSV(B)81.82º23.04%74.9%-
XYZ41.5848.4834.77-
YUV181.2108.7123.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 147 (57.81% from 255) = 28.65%
R=34.11%
G=37.23%
B=28.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911470.0800.230.2581.8225.5866.27
HexAFBF93801719521a42
Octal257277223100273112232102
Binary1010111110111111100100111000010111110011010010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF93; }

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

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

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

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

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

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

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

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