#AFB429

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

Shades of Bahia #AFB429

Tints of Bahia #AFB429

Color information

#AFB429 (or 0xAFB429) is unknown color: approx Bahia. HEX triplet: AF, B4 and 29. RGB value is (175,180,41). Sum of RGB (Red+Green+Blue) = 175+180+41=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 41 (16.41% from 255 or 10.35% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB429 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB429 is #504BD6. Grayscale: #A3A3A3. Windows color (decimal): -5262295 or 2733231. OLE color: 2733231.

HSL color Cylindrical-coordinate representation of color #AFB429: hue angle of 62.16º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFB429 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB17518041-
CMYK0.0300.770.29
HSL62.16º62.9%43.33%-
HSV(B)62.16º77.22%70.59%-
XYZ34.441.928.38-
YUV162.6659.34136.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 180 (70.70% from 255) = 45.45%
BLUE value IS 41 (16.41% from 255) = 10.35%
R=44.19%
G=45.45%
B=10.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175180410.0300.770.2962.1662.943.33
HexAFB429304D1D3e3f2b
Octal257264513011535767753
Binary1010111110110100101001110100110111101111110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB429; }

 p { color: rgb(175,180,41); }

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

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

 a { background-color: rgb(175,180,41); }

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

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

 span { border-color: rgb(175,180,41); }

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