#AFB58E

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

Shades of Bud #AFB58E

Tints of Bud #AFB58E

Color information

#AFB58E (or 0xAFB58E) is unknown color: approx Bud. HEX triplet: AF, B5 and 8E. RGB value is (175,181,142). Sum of RGB (Red+Green+Blue) = 175+181+142=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB58E is #504A71. Grayscale: #AEAEAE. Windows color (decimal): -5261938 or 9352623. OLE color: 9352623.

HSL color Cylindrical-coordinate representation of color #AFB58E: hue angle of 69.23º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFB58E is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB175181142-
CMYK0.0300.220.29
HSL69.23º20.86%63.33%-
HSV(B)69.23º21.55%70.98%-
XYZ39.0944.1132.05-
YUV174.76109.51128.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 181 (71.09% from 255) = 36.35%
BLUE value IS 142 (55.86% from 255) = 28.51%
R=35.14%
G=36.35%
B=28.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751811420.0300.220.2969.2320.8663.33
HexAFB58E30161D45153f
Octal2572652163026351052577
Binary1010111110110101100011101101011011101100010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB58E; }

 p { color: rgb(175,181,142); }

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

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

 a { background-color: rgb(175,181,142); }

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

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

 span { border-color: rgb(175,181,142); }

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