#AFB91A

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

Shades of Bahia #AFB91A

Tints of Bahia #AFB91A

Color information

#AFB91A (or 0xAFB91A) is unknown color: approx Bahia. HEX triplet: AF, B9 and 1A. RGB value is (175,185,26). Sum of RGB (Red+Green+Blue) = 175+185+26=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB91A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB91A is #5046E5. Grayscale: #A4A4A4. Windows color (decimal): -5261030 or 1751471. OLE color: 1751471.

HSL color Cylindrical-coordinate representation of color #AFB91A: hue angle of 63.77º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFB91A is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB17518526-
CMYK0.0500.860.27
HSL63.77º75.36%41.37%-
HSV(B)63.77º85.95%72.55%-
XYZ35.2143.897.59-
YUV163.8850.19135.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.34%
GREEN value IS 185 (72.66% from 255) = 47.93%
BLUE value IS 26 (10.55% from 255) = 6.74%
R=45.34%
G=47.93%
B=6.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175185260.0500.860.2763.7775.3641.37
HexAFB91A50561B404b29
Octal25727132501263310011351
Binary101011111011100111010101010101101101110000001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB91A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB91A; }

 p { color: rgb(175,185,26); }

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

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

 a { background-color: rgb(175,185,26); }

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

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

 span { border-color: rgb(175,185,26); }

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