#A6CA1F

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

Shades of Bahia #A6CA1F

Tints of Bahia #A6CA1F

Color information

#A6CA1F (or 0xA6CA1F) is unknown color: approx Bahia. HEX triplet: A6, CA and 1F. RGB value is (166,202,31). Sum of RGB (Red+Green+Blue) = 166+202+31=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 31 (12.5% from 255 or 7.77% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CA1F is #5935E0. Grayscale: #ACACAC. Windows color (decimal): -5846497 or 2083494. OLE color: 2083494.

HSL color Cylindrical-coordinate representation of color #A6CA1F: hue angle of 72.63º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A6CA1F is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB16620231-
CMYK0.1800.850.21
HSL72.63º73.39%45.69%-
HSV(B)72.63º84.65%79.22%-
XYZ37.0950.459.08-
YUV171.7448.57123.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 202 (79.30% from 255) = 50.63%
BLUE value IS 31 (12.5% from 255) = 7.77%
R=41.60%
G=50.63%
B=7.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal166202310.1800.850.2172.6373.3945.69
HexA6CA1F120551549492e
Octal246312372201252511111156
Binary10100110110010101111110010010101011010110010011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CA1F; }

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

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

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

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

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

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

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

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