#afb317

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

Shades of Bahia #AFB317

Tints of Bahia #AFB317

Color information

#AFB317 (or 0xAFB317) is unknown color: approx Bahia. HEX triplet: AF, B3 and 17. RGB value is (175,179,23). Sum of RGB (Red+Green+Blue) = 175+179+23=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB317 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB317 is #504CE8. Grayscale: #A0A0A0. Windows color (decimal): -5262569 or 1553327. OLE color: 1553327.

HSL color Cylindrical-coordinate representation of color #AFB317: hue angle of 61.54º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFB317 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB17517923-
CMYK0.0200.870.30
HSL61.54º77.23%39.61%-
HSV(B)61.54º87.15%70.2%-
XYZ33.9541.427.02-
YUV160.0250.67138.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 179 (70.31% from 255) = 47.48%
BLUE value IS 23 (9.38% from 255) = 6.10%
R=46.42%
G=47.48%
B=6.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175179230.0200.870.3061.5477.2339.61
HexAFB31720571E3e4d28
Octal2572632720127367611550
Binary1010111110110011101111001010111111101111101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afb317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afb317; }

 p { color: rgb(175,179,23); }

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

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

 a { background-color: rgb(175,179,23); }

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

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

 span { border-color: rgb(175,179,23); }

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