#AFB31E

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

Shades of Bahia #AFB31E

Tints of Bahia #AFB31E

Color information

#AFB31E (or 0xAFB31E) is unknown color: approx Bahia. HEX triplet: AF, B3 and 1E. RGB value is (175,179,30). Sum of RGB (Red+Green+Blue) = 175+179+30=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB31E is #504CE1. Grayscale: #A1A1A1. Windows color (decimal): -5262562 or 2012079. OLE color: 2012079.

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

Color convert

RGB17517930-
CMYK0.0200.830.30
HSL61.61º71.29%40.98%-
HSV(B)61.61º83.24%70.2%-
XYZ34.0341.457.43-
YUV160.8254.17138.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.57%
GREEN value IS 179 (70.31% from 255) = 46.61%
BLUE value IS 30 (12.11% from 255) = 7.81%
R=45.57%
G=46.61%
B=7.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175179300.0200.830.3061.6171.2940.98
HexAFB31E20531E3e4729
Octal2572633620123367610751
Binary1010111110110011111101001010011111101111101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB31E; }

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

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

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

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

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

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

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

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