#A0BF29

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

Shades of Bahia #A0BF29

Tints of Bahia #A0BF29

Color information

#A0BF29 (or 0xA0BF29) is unknown color: approx Bahia. HEX triplet: A0, BF and 29. RGB value is (160,191,41). Sum of RGB (Red+Green+Blue) = 160+191+41=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BF29 is #5F40D6. Grayscale: #A5A5A5. Windows color (decimal): -6242519 or 2736032. OLE color: 2736032.

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

Color convert

RGB16019141-
CMYK0.1600.790.25
HSL72.4º64.66%45.49%-
HSV(B)72.4º78.53%74.9%-
XYZ33.5344.99-
YUV164.6358.23124.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 191 (75% from 255) = 48.72%
BLUE value IS 41 (16.41% from 255) = 10.46%
R=40.82%
G=48.72%
B=10.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160191410.1600.790.2572.464.6645.49
HexA0BF291004F1948412d
Octal240277512001173111010155
Binary101000001011111110100110000010011111100110010001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BF29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BF29; }

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

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

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

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

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

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

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

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