#A7BF15

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

Shades of Bahia #A7BF15

Tints of Bahia #A7BF15

Color information

#A7BF15 (or 0xA7BF15) is unknown color: approx Bahia. HEX triplet: A7, BF and 15. RGB value is (167,191,21). Sum of RGB (Red+Green+Blue) = 167+191+21=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BF15 is #5840EA. Grayscale: #A5A5A5. Windows color (decimal): -5783787 or 1425319. OLE color: 1425319.

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

Color convert

RGB16719121-
CMYK0.1300.890.25
HSL68.47º80.19%41.57%-
HSV(B)68.47º89.01%74.9%-
XYZ34.745.537.67-
YUV164.4447.05129.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.06%
GREEN value IS 191 (75% from 255) = 50.40%
BLUE value IS 21 (8.59% from 255) = 5.54%
R=44.06%
G=50.40%
B=5.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167191210.1300.890.2568.4780.1941.57
HexA7BF15D0591944502a
Octal247277251501313110412052
Binary1010011110111111101011101010110011100110001001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BF15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BF15; }

 p { color: rgb(167,191,21); }

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

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

 a { background-color: rgb(167,191,21); }

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

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

 span { border-color: rgb(167,191,21); }

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