#a0bf19

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

Shades of Bahia #A0BF19

Tints of Bahia #A0BF19

Color information

#A0BF19 (or 0xA0BF19) is unknown color: approx Bahia. HEX triplet: A0, BF and 19. RGB value is (160,191,25). Sum of RGB (Red+Green+Blue) = 160+191+25=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BF19 is #5F40E6. Grayscale: #A3A3A3. Windows color (decimal): -6242535 or 1687456. OLE color: 1687456.

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

Color convert

RGB16019125-
CMYK0.1600.870.25
HSL71.2º76.85%42.35%-
HSV(B)71.2º86.91%74.9%-
XYZ33.344.817.81-
YUV162.8150.23126-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.55%
GREEN value IS 191 (75% from 255) = 50.80%
BLUE value IS 25 (10.16% from 255) = 6.65%
R=42.55%
G=50.80%
B=6.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160191250.1600.870.2571.276.8542.35
HexA0BF191005719474d2a
Octal240277312001273110711552
Binary10100000101111111100110000010101111100110001111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0bf19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0bf19; }

 p { color: rgb(160,191,25); }

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

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

 a { background-color: rgb(160,191,25); }

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

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

 span { border-color: rgb(160,191,25); }

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