#A5B92B

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

Shades of Bahia #A5B92B

Tints of Bahia #A5B92B

Color information

#A5B92B (or 0xA5B92B) is unknown color: approx Bahia. HEX triplet: A5, B9 and 2B. RGB value is (165,185,43). Sum of RGB (Red+Green+Blue) = 165+185+43=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B92B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B92B is #5A46D4. Grayscale: #A3A3A3. Windows color (decimal): -5916373 or 2865573. OLE color: 2865573.

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

Color convert

RGB16518543-
CMYK0.1100.770.27
HSL68.45º62.28%44.71%-
HSV(B)68.45º76.76%72.55%-
XYZ33.342.878.81-
YUV162.8360.37129.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.98%
GREEN value IS 185 (72.66% from 255) = 47.07%
BLUE value IS 43 (17.19% from 255) = 10.94%
R=41.98%
G=47.07%
B=10.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165185430.1100.770.2768.4562.2844.71
HexA5B92BB04D1B443e2d
Octal24527153130115331047655
Binary1010010110111001101011101101001101110111000100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B92B; }

 p { color: rgb(165,185,43); }

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

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

 a { background-color: rgb(165,185,43); }

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

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

 span { border-color: rgb(165,185,43); }

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