#a5c31f

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

Shades of Bahia #A5C31F

Tints of Bahia #A5C31F

Color information

#A5C31F (or 0xA5C31F) is unknown color: approx Bahia. HEX triplet: A5, C3 and 1F. RGB value is (165,195,31). Sum of RGB (Red+Green+Blue) = 165+195+31=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 31 (12.5% from 255 or 7.93% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C31F is #5A3CE0. Grayscale: #A7A7A7. Windows color (decimal): -5913825 or 2081701. OLE color: 2081701.

HSL color Cylindrical-coordinate representation of color #A5C31F: hue angle of 70.98º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5C31F is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB16519531-
CMYK0.1500.840.24
HSL70.98º72.57%44.31%-
HSV(B)70.98º84.1%76.47%-
XYZ35.2847.138.53-
YUV167.3351.06126.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 195 (76.56% from 255) = 49.87%
BLUE value IS 31 (12.5% from 255) = 7.93%
R=42.20%
G=49.87%
B=7.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165195310.1500.840.2470.9872.5744.31
HexA5C31FF0541847492c
Octal245303371701243010711154
Binary1010010111000011111111111010101001100010001111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5c31f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5c31f; }

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

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

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

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

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

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

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

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