#A6C21F

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

Shades of Bahia #A6C21F

Tints of Bahia #A6C21F

Color information

#A6C21F (or 0xA6C21F) is unknown color: approx Bahia. HEX triplet: A6, C2 and 1F. RGB value is (166,194,31). Sum of RGB (Red+Green+Blue) = 166+194+31=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 31 (12.5% from 255 or 7.93% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C21F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C21F is #593DE0. Grayscale: #A7A7A7. Windows color (decimal): -5848545 or 2081446. OLE color: 2081446.

HSL color Cylindrical-coordinate representation of color #A6C21F: hue angle of 70.31º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6C21F is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB16619431-
CMYK0.1400.840.24
HSL70.31º72.44%44.12%-
HSV(B)70.31º84.02%76.08%-
XYZ35.2646.798.47-
YUV167.0551.22127.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.46%
GREEN value IS 194 (76.17% from 255) = 49.62%
BLUE value IS 31 (12.5% from 255) = 7.93%
R=42.46%
G=49.62%
B=7.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal166194310.1400.840.2470.3172.4444.12
HexA6C21FE0541846482c
Octal246302371601243010611054
Binary1010011011000010111111110010101001100010001101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C21F; }

 p { color: rgb(166,194,31); }

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

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

 a { background-color: rgb(166,194,31); }

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

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

 span { border-color: rgb(166,194,31); }

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