#A5B21C

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

Shades of Bahia #A5B21C

Tints of Bahia #A5B21C

Color information

#A5B21C (or 0xA5B21C) is unknown color: approx Bahia. HEX triplet: A5, B2 and 1C. RGB value is (165,178,28). Sum of RGB (Red+Green+Blue) = 165+178+28=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B21C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B21C is #5A4DE3. Grayscale: #9D9D9D. Windows color (decimal): -5918180 or 1880741. OLE color: 1880741.

HSL color Cylindrical-coordinate representation of color #A5B21C: hue angle of 65.2º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5B21C is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB16517828-
CMYK0.0700.840.30
HSL65.2º72.82%40.39%-
HSV(B)65.2º84.27%69.8%-
XYZ31.6539.927.14-
YUV157.0155.19133.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 178 (69.92% from 255) = 47.98%
BLUE value IS 28 (11.33% from 255) = 7.55%
R=44.47%
G=47.98%
B=7.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal165178280.0700.840.3065.272.8240.39
HexA5B21C70541E414928
Octal24526234701243610111150
Binary101001011011001011100111010101001111010000011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B21C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B21C; }

 p { color: rgb(165,178,28); }

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

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

 a { background-color: rgb(165,178,28); }

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

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

 span { border-color: rgb(165,178,28); }

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