#A7BF1A

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

Shades of Bahia #A7BF1A

Tints of Bahia #A7BF1A

Color information

#A7BF1A (or 0xA7BF1A) is unknown color: approx Bahia. HEX triplet: A7, BF and 1A. RGB value is (167,191,26). Sum of RGB (Red+Green+Blue) = 167+191+26=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BF1A is #5840E5. Grayscale: #A5A5A5. Windows color (decimal): -5783782 or 1752999. OLE color: 1752999.

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

Color convert

RGB16719126-
CMYK0.1300.860.25
HSL68.73º76.04%42.55%-
HSV(B)68.73º86.39%74.9%-
XYZ34.7545.557.94-
YUV165.0149.55129.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.49%
GREEN value IS 191 (75% from 255) = 49.74%
BLUE value IS 26 (10.55% from 255) = 6.77%
R=43.49%
G=49.74%
B=6.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167191260.1300.860.2568.7376.0442.55
HexA7BF1AD05619454c2b
Octal247277321501263110511453
Binary1010011110111111110101101010101101100110001011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BF1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BF1A; }

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

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

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

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

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

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

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

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