#AFB619

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

Shades of Bahia #AFB619

Tints of Bahia #AFB619

Color information

#AFB619 (or 0xAFB619) is unknown color: approx Bahia. HEX triplet: AF, B6 and 19. RGB value is (175,182,25). Sum of RGB (Red+Green+Blue) = 175+182+25=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 25 (10.16% from 255 or 6.54% from 382); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB619 is #5049E6. Grayscale: #A2A2A2. Windows color (decimal): -5261799 or 1685167. OLE color: 1685167.

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

Color convert

RGB17518225-
CMYK0.0400.860.29
HSL62.68º75.85%40.59%-
HSV(B)62.68º86.26%71.37%-
XYZ34.5842.647.33-
YUV162.0150.68137.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.81%
GREEN value IS 182 (71.48% from 255) = 47.64%
BLUE value IS 25 (10.16% from 255) = 6.54%
R=45.81%
G=47.64%
B=6.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175182250.0400.860.2962.6875.8540.59
HexAFB61940561D3f4c29
Octal2572663140126357711451
Binary10101111101101101100110001010110111011111111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB619; }

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

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

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

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

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

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

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

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