#AFBC16

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

Shades of Bahia #AFBC16

Tints of Bahia #AFBC16

Color information

#AFBC16 (or 0xAFBC16) is unknown color: approx Bahia. HEX triplet: AF, BC and 16. RGB value is (175,188,22). Sum of RGB (Red+Green+Blue) = 175+188+22=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBC16 is #5043E9. Grayscale: #A5A5A5. Windows color (decimal): -5260266 or 1490095. OLE color: 1490095.

HSL color Cylindrical-coordinate representation of color #AFBC16: hue angle of 64.7º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFBC16 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB17518822-
CMYK0.0700.880.26
HSL64.7º79.05%41.18%-
HSV(B)64.7º88.3%73.73%-
XYZ35.8145.147.58-
YUV165.1947.19135-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 188 (73.83% from 255) = 48.83%
BLUE value IS 22 (8.98% from 255) = 5.71%
R=45.45%
G=48.83%
B=5.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175188220.0700.880.2664.779.0541.18
HexAFBC1670581A414f29
Octal25727426701303210111751
Binary101011111011110010110111010110001101010000011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBC16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBC16; }

 p { color: rgb(175,188,22); }

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

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

 a { background-color: rgb(175,188,22); }

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

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

 span { border-color: rgb(175,188,22); }

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