#A8BF11

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

Shades of Bahia #A8BF11

Tints of Bahia #A8BF11

Color information

#A8BF11 (or 0xA8BF11) is unknown color: approx Bahia. HEX triplet: A8, BF and 11. RGB value is (168,191,17). Sum of RGB (Red+Green+Blue) = 168+191+17=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BF11 is #5740EE. Grayscale: #A4A4A4. Windows color (decimal): -5718255 or 1163176. OLE color: 1163176.

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

Color convert

RGB16819117-
CMYK0.1200.910.25
HSL67.93º83.65%40.78%-
HSV(B)67.93º91.1%74.9%-
XYZ34.8845.637.5-
YUV164.2944.88130.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.68%
GREEN value IS 191 (75% from 255) = 50.80%
BLUE value IS 17 (7.03% from 255) = 4.52%
R=44.68%
G=50.80%
B=4.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168191170.1200.910.2567.9383.6540.78
HexA8BF11C05B19445429
Octal250277211401333110412451
Binary1010100010111111100011100010110111100110001001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BF11; }

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

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

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

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

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

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

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

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