#A6CA17

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

Shades of Bahia #A6CA17

Tints of Bahia #A6CA17

Color information

#A6CA17 (or 0xA6CA17) is unknown color: approx Bahia. HEX triplet: A6, CA and 17. RGB value is (166,202,23). Sum of RGB (Red+Green+Blue) = 166+202+23=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6CA17 is #5935E8. Grayscale: #ABABAB. Windows color (decimal): -5846505 or 1559206. OLE color: 1559206.

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

Color convert

RGB16620223-
CMYK0.1800.890.21
HSL72.07º79.56%44.12%-
HSV(B)72.07º88.61%79.22%-
XYZ3750.418.59-
YUV170.8344.57124.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.46%
GREEN value IS 202 (79.30% from 255) = 51.66%
BLUE value IS 23 (9.38% from 255) = 5.88%
R=42.46%
G=51.66%
B=5.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal166202230.1800.890.2172.0779.5644.12
HexA6CA17120591548502c
Octal246312272201312511012054
Binary10100110110010101011110010010110011010110010001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CA17; }

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

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

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

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

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

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

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

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