#AFBE29

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

Shades of Bahia #AFBE29

Tints of Bahia #AFBE29

Color information

#AFBE29 (or 0xAFBE29) is unknown color: approx Bahia. HEX triplet: AF, BE and 29. RGB value is (175,190,41). Sum of RGB (Red+Green+Blue) = 175+190+41=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 41 (16.41% from 255 or 10.10% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBE29 is #5041D6. Grayscale: #A9A9A9. Windows color (decimal): -5259735 or 2735791. OLE color: 2735791.

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

Color convert

RGB17519041-
CMYK0.0800.780.25
HSL66.04º64.5%45.29%-
HSV(B)66.04º78.42%74.51%-
XYZ36.4946.19.07-
YUV168.5356.03132.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 190 (74.61% from 255) = 46.80%
BLUE value IS 41 (16.41% from 255) = 10.10%
R=43.10%
G=46.80%
B=10.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175190410.0800.780.2566.0464.545.29
HexAFBE29804E1942412d
Octal257276511001163110210155
Binary10101111101111101010011000010011101100110000101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE29; }

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

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

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

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

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

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

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

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