#AFB616

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

Shades of Bahia #AFB616

Tints of Bahia #AFB616

Color information

#AFB616 (or 0xAFB616) is unknown color: approx Bahia. HEX triplet: AF, B6 and 16. RGB value is (175,182,22). Sum of RGB (Red+Green+Blue) = 175+182+22=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB616 is #5049E9. Grayscale: #A2A2A2. Windows color (decimal): -5261802 or 1488559. OLE color: 1488559.

HSL color Cylindrical-coordinate representation of color #AFB616: hue angle of 62.62º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFB616 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB17518222-
CMYK0.0400.880.29
HSL62.62º78.43%40%-
HSV(B)62.62º87.91%71.37%-
XYZ34.5542.637.17-
YUV161.6749.18137.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 182 (71.48% from 255) = 48.02%
BLUE value IS 22 (8.98% from 255) = 5.80%
R=46.17%
G=48.02%
B=5.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175182220.0400.880.2962.6278.4340
HexAFB61640581D3f4e28
Octal2572662640130357711650
Binary10101111101101101011010001011000111011111111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB616; }

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

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

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

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

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

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

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

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