#A3BE27

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

Shades of Bahia #A3BE27

Tints of Bahia #A3BE27

Color information

#A3BE27 (or 0xA3BE27) is unknown color: approx Bahia. HEX triplet: A3, BE and 27. RGB value is (163,190,39). Sum of RGB (Red+Green+Blue) = 163+190+39=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 39 (15.62% from 255 or 9.95% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BE27 is #5C41D8. Grayscale: #A5A5A5. Windows color (decimal): -6046169 or 2604707. OLE color: 2604707.

HSL color Cylindrical-coordinate representation of color #A3BE27: hue angle of 70.73º degrees, saturation: 0.66, 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 #A3BE27 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB16319039-
CMYK0.1400.790.25
HSL70.73º65.94%44.9%-
HSV(B)70.73º79.47%74.51%-
XYZ33.8844.768.77-
YUV164.7157.05126.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.58%
GREEN value IS 190 (74.61% from 255) = 48.47%
BLUE value IS 39 (15.62% from 255) = 9.95%
R=41.58%
G=48.47%
B=9.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163190390.1400.790.2570.7365.9444.9
HexA3BE27E04F1947422d
Octal243276471601173110710255
Binary10100011101111101001111110010011111100110001111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BE27; }

 p { color: rgb(163,190,39); }

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

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

 a { background-color: rgb(163,190,39); }

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

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

 span { border-color: rgb(163,190,39); }

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