#A8BE1A

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

Shades of Bahia #A8BE1A

Tints of Bahia #A8BE1A

Color information

#A8BE1A (or 0xA8BE1A) is unknown color: approx Bahia. HEX triplet: A8, BE and 1A. RGB value is (168,190,26). Sum of RGB (Red+Green+Blue) = 168+190+26=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 190 (74.61% from 255 or 49.48% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BE1A is #5741E5. Grayscale: #A5A5A5. Windows color (decimal): -5718502 or 1752744. OLE color: 1752744.

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

Color convert

RGB16819026-
CMYK0.1200.860.25
HSL68.05º75.93%42.35%-
HSV(B)68.05º86.32%74.51%-
XYZ34.7545.237.88-
YUV164.7349.71130.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.75%
GREEN value IS 190 (74.61% from 255) = 49.48%
BLUE value IS 26 (10.55% from 255) = 6.77%
R=43.75%
G=49.48%
B=6.77%

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
Decimal168190260.1200.860.2568.0575.9342.35
HexA8BE1AC05619444c2a
Octal250276321401263110411452
Binary1010100010111110110101100010101101100110001001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BE1A; }

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

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

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

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

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

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

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

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