#A0BF27

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

Shades of Bahia #A0BF27

Tints of Bahia #A0BF27

Color information

#A0BF27 (or 0xA0BF27) is unknown color: approx Bahia. HEX triplet: A0, BF and 27. RGB value is (160,191,39). Sum of RGB (Red+Green+Blue) = 160+191+39=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BF27 is #5F40D8. Grayscale: #A4A4A4. Windows color (decimal): -6242521 or 2604960. OLE color: 2604960.

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

Color convert

RGB16019139-
CMYK0.1600.800.25
HSL72.24º66.09%45.1%-
HSV(B)72.24º79.58%74.9%-
XYZ33.4944.888.82-
YUV164.457.23124.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.03%
GREEN value IS 191 (75% from 255) = 48.97%
BLUE value IS 39 (15.62% from 255) = 10%
R=41.03%
G=48.97%
B=10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160191390.1600.800.2572.2466.0945.1
HexA0BF27100501948422d
Octal240277472001203111010255
Binary101000001011111110011110000010100001100110010001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BF27; }

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

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

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

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

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

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

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

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