#AFBA24

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

Shades of Bahia #AFBA24

Tints of Bahia #AFBA24

Color information

#AFBA24 (or 0xAFBA24) is unknown color: approx Bahia. HEX triplet: AF, BA and 24. RGB value is (175,186,36). Sum of RGB (Red+Green+Blue) = 175+186+36=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 36 (14.45% from 255 or 9.07% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA24 is #5045DB. Grayscale: #A6A6A6. Windows color (decimal): -5260764 or 2407087. OLE color: 2407087.

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

Color convert

RGB17518636-
CMYK0.0600.810.27
HSL64.4º67.57%43.53%-
HSV(B)64.4º80.65%72.94%-
XYZ35.5644.368.36-
YUV165.6154.86134.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 186 (73.05% from 255) = 46.85%
BLUE value IS 36 (14.45% from 255) = 9.07%
R=44.08%
G=46.85%
B=9.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175186360.0600.810.2764.467.5743.53
HexAFBA2460511B40442c
Octal25727244601213310010454
Binary1010111110111010100100110010100011101110000001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA24; }

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

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

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

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

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

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

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

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