#A5C41F

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

Shades of Bahia #A5C41F

Tints of Bahia #A5C41F

Color information

#A5C41F (or 0xA5C41F) is unknown color: approx Bahia. HEX triplet: A5, C4 and 1F. RGB value is (165,196,31). Sum of RGB (Red+Green+Blue) = 165+196+31=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 196 (76.95% from 255 or 50% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C41F is #5A3BE0. Grayscale: #A8A8A8. Windows color (decimal): -5913569 or 2081957. OLE color: 2081957.

HSL color Cylindrical-coordinate representation of color #A5C41F: hue angle of 71.27º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5C41F is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB16519631-
CMYK0.1600.840.23
HSL71.27º72.69%44.51%-
HSV(B)71.27º84.18%76.86%-
XYZ35.547.588.61-
YUV167.9250.73125.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 196 (76.95% from 255) = 50%
BLUE value IS 31 (12.5% from 255) = 7.91%
R=42.09%
G=50%
B=7.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal165196310.1600.840.2371.2772.6944.51
HexA5C41F100541747492d
Octal245304372001242710711155
Binary10100101110001001111110000010101001011110001111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C41F; }

 p { color: rgb(165,196,31); }

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

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

 a { background-color: rgb(165,196,31); }

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

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

 span { border-color: rgb(165,196,31); }

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