#A6BC25

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

Shades of Bahia #A6BC25

Tints of Bahia #A6BC25

Color information

#A6BC25 (or 0xA6BC25) is unknown color: approx Bahia. HEX triplet: A6, BC and 25. RGB value is (166,188,37). Sum of RGB (Red+Green+Blue) = 166+188+37=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 37 (14.84% from 255 or 9.46% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC25 is #5943DA. Grayscale: #A4A4A4. Windows color (decimal): -5850075 or 2473126. OLE color: 2473126.

HSL color Cylindrical-coordinate representation of color #A6BC25: hue angle of 68.74º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6BC25 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB16618837-
CMYK0.1200.800.26
HSL68.74º67.11%44.12%-
HSV(B)68.74º80.32%73.73%-
XYZ34.0444.218.49-
YUV164.2156.21129.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.46%
GREEN value IS 188 (73.83% from 255) = 48.08%
BLUE value IS 37 (14.84% from 255) = 9.46%
R=42.46%
G=48.08%
B=9.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166188370.1200.800.2668.7467.1144.12
HexA6BC25C0501A45432c
Octal246274451401203210510354
Binary10100110101111001001011100010100001101010001011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BC25; }

 p { color: rgb(166,188,37); }

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

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

 a { background-color: rgb(166,188,37); }

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

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

 span { border-color: rgb(166,188,37); }

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