#A8BF1A

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

Shades of Bahia #A8BF1A

Tints of Bahia #A8BF1A

Color information

#A8BF1A (or 0xA8BF1A) is unknown color: approx Bahia. HEX triplet: A8, BF and 1A. RGB value is (168,191,26). Sum of RGB (Red+Green+Blue) = 168+191+26=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BF1A is #5740E5. Grayscale: #A5A5A5. Windows color (decimal): -5718246 or 1753000. OLE color: 1753000.

HSL color Cylindrical-coordinate representation of color #A8BF1A: hue angle of 68.36º 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 #A8BF1A is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB16819126-
CMYK0.1200.860.25
HSL68.36º76.04%42.55%-
HSV(B)68.36º86.39%74.9%-
XYZ34.9745.667.95-
YUV165.3149.38129.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.64%
GREEN value IS 191 (75% from 255) = 49.61%
BLUE value IS 26 (10.55% from 255) = 6.75%
R=43.64%
G=49.61%
B=6.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168191260.1200.860.2568.3676.0442.55
HexA8BF1AC05619444c2b
Octal250277321401263110411453
Binary1010100010111111110101100010101101100110001001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BF1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BF1A; }

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

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

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

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

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

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

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

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