#A3BE17

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

Shades of Bahia #A3BE17

Tints of Bahia #A3BE17

Color information

#A3BE17 (or 0xA3BE17) is unknown color: approx Bahia. HEX triplet: A3, BE and 17. RGB value is (163,190,23). Sum of RGB (Red+Green+Blue) = 163+190+23=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BE17 is #5C41E8. Grayscale: #A3A3A3. Windows color (decimal): -6046185 or 1556131. OLE color: 1556131.

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

Color convert

RGB16319023-
CMYK0.1400.880.25
HSL69.7º78.4%41.76%-
HSV(B)69.7º87.89%74.51%-
XYZ33.6744.687.66-
YUV162.8949.05128.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.35%
GREEN value IS 190 (74.61% from 255) = 50.53%
BLUE value IS 23 (9.38% from 255) = 6.12%
R=43.35%
G=50.53%
B=6.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163190230.1400.880.2569.778.441.76
HexA3BE17E05819464e2a
Octal243276271601303110611652
Binary1010001110111110101111110010110001100110001101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BE17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BE17; }

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

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

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

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

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

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

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

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