#A5C813

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

Shades of Bahia #A5C813

Tints of Bahia #A5C813

Color information

#A5C813 (or 0xA5C813) is unknown color: approx Bahia. HEX triplet: A5, C8 and 13. RGB value is (165,200,19). Sum of RGB (Red+Green+Blue) = 165+200+19=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 200 (78.52% from 255 or 52.08% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C813 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C813 is #5A37EC. Grayscale: #A9A9A9. Windows color (decimal): -5912557 or 1296549. OLE color: 1296549.

HSL color Cylindrical-coordinate representation of color #A5C813: hue angle of 71.6º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5C813 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB16520019-
CMYK0.1800.900.22
HSL71.6º82.65%42.94%-
HSV(B)71.6º90.5%78.43%-
XYZ36.2949.358.23-
YUV168.943.4125.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 200 (78.52% from 255) = 52.08%
BLUE value IS 19 (7.81% from 255) = 4.95%
R=42.97%
G=52.08%
B=4.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal165200190.1800.900.2271.682.6542.94
HexA5C8131205A1648532b
Octal245310232201322611012353
Binary10100101110010001001110010010110101011010010001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C813; }

 p { color: rgb(165,200,19); }

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

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

 a { background-color: rgb(165,200,19); }

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

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

 span { border-color: rgb(165,200,19); }

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