#A7BE16

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

Shades of Bahia #A7BE16

Tints of Bahia #A7BE16

Color information

#A7BE16 (or 0xA7BE16) is unknown color: approx Bahia. HEX triplet: A7, BE and 16. RGB value is (167,190,22). Sum of RGB (Red+Green+Blue) = 167+190+22=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 190 (74.61% from 255 or 50.13% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BE16 is #5841E9. Grayscale: #A4A4A4. Windows color (decimal): -5784042 or 1490599. OLE color: 1490599.

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

Color convert

RGB16719022-
CMYK0.1200.880.25
HSL68.21º79.25%41.57%-
HSV(B)68.21º88.42%74.51%-
XYZ34.4945.17.65-
YUV163.9747.88130.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.06%
GREEN value IS 190 (74.61% from 255) = 50.13%
BLUE value IS 22 (8.98% from 255) = 5.80%
R=44.06%
G=50.13%
B=5.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167190220.1200.880.2568.2179.2541.57
HexA7BE16C05819444f2a
Octal247276261401303110411752
Binary1010011110111110101101100010110001100110001001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BE16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BE16; }

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

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

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

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

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

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

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

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