#A5BB1B

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

Shades of Bahia #A5BB1B

Tints of Bahia #A5BB1B

Color information

#A5BB1B (or 0xA5BB1B) is unknown color: approx Bahia. HEX triplet: A5, BB and 1B. RGB value is (165,187,27). Sum of RGB (Red+Green+Blue) = 165+187+27=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BB1B is #5A44E4. Grayscale: #A2A2A2. Windows color (decimal): -5915877 or 1817509. OLE color: 1817509.

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

Color convert

RGB16518727-
CMYK0.1200.860.27
HSL68.25º74.77%41.96%-
HSV(B)68.25º85.56%73.33%-
XYZ33.4943.627.69-
YUV162.1851.71130.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.54%
GREEN value IS 187 (73.44% from 255) = 49.34%
BLUE value IS 27 (10.94% from 255) = 7.12%
R=43.54%
G=49.34%
B=7.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165187270.1200.860.2768.2574.7741.96
HexA5BB1BC0561B444b2a
Octal245273331401263310411352
Binary1010010110111011110111100010101101101110001001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BB1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BB1B; }

 p { color: rgb(165,187,27); }

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

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

 a { background-color: rgb(165,187,27); }

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

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

 span { border-color: rgb(165,187,27); }

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