#A7BE2A

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

Shades of Bahia #A7BE2A

Tints of Bahia #A7BE2A

Color information

#A7BE2A (or 0xA7BE2A) is unknown color: approx Bahia. HEX triplet: A7, BE and 2A. RGB value is (167,190,42). Sum of RGB (Red+Green+Blue) = 167+190+42=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BE2A is #5841D5. Grayscale: #A6A6A6. Windows color (decimal): -5784022 or 2801319. OLE color: 2801319.

HSL color Cylindrical-coordinate representation of color #A7BE2A: hue angle of 69.32º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A7BE2A is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB16719042-
CMYK0.1200.780.25
HSL69.32º63.79%45.49%-
HSV(B)69.32º77.89%74.51%-
XYZ34.7745.219.08-
YUV166.2557.88128.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.85%
GREEN value IS 190 (74.61% from 255) = 47.62%
BLUE value IS 42 (16.80% from 255) = 10.53%
R=41.85%
G=47.62%
B=10.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167190420.1200.780.2569.3263.7945.49
HexA7BE2AC04E1945402d
Octal247276521401163110510055
Binary10100111101111101010101100010011101100110001011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BE2A; }

 p { color: rgb(167,190,42); }

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

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

 a { background-color: rgb(167,190,42); }

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

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

 span { border-color: rgb(167,190,42); }

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