#AFBA29

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

Shades of Bahia #AFBA29

Tints of Bahia #AFBA29

Color information

#AFBA29 (or 0xAFBA29) is unknown color: approx Bahia. HEX triplet: AF, BA and 29. RGB value is (175,186,41). Sum of RGB (Red+Green+Blue) = 175+186+41=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 41 (16.41% from 255 or 10.20% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA29 is #5045D6. Grayscale: #A6A6A6. Windows color (decimal): -5260759 or 2734767. OLE color: 2734767.

HSL color Cylindrical-coordinate representation of color #AFBA29: hue angle of 64.55º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFBA29 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB17518641-
CMYK0.0600.780.27
HSL64.55º63.88%44.51%-
HSV(B)64.55º77.96%72.94%-
XYZ35.6444.398.79-
YUV166.1857.36134.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 186 (73.05% from 255) = 46.27%
BLUE value IS 41 (16.41% from 255) = 10.20%
R=43.53%
G=46.27%
B=10.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175186410.0600.780.2764.5563.8844.51
HexAFBA29604E1B41402d
Octal25727251601163310110055
Binary1010111110111010101001110010011101101110000011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA29; }

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

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

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

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

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

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

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

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