#A6C023

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

Shades of Bahia #A6C023

Tints of Bahia #A6C023

Color information

#A6C023 (or 0xA6C023) is unknown color: approx Bahia. HEX triplet: A6, C0 and 23. RGB value is (166,192,35). Sum of RGB (Red+Green+Blue) = 166+192+35=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 35 (14.06% from 255 or 8.91% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C023 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C023 is #593FDC. Grayscale: #A6A6A6. Windows color (decimal): -5849053 or 2343078. OLE color: 2343078.

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

Color convert

RGB16619235-
CMYK0.1400.820.25
HSL69.94º69.16%44.51%-
HSV(B)69.94º81.77%75.29%-
XYZ34.8845.938.62-
YUV166.3353.89127.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 192 (75.39% from 255) = 48.85%
BLUE value IS 35 (14.06% from 255) = 8.91%
R=42.24%
G=48.85%
B=8.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166192350.1400.820.2569.9469.1644.51
HexA6C023E0521946452d
Octal246300431601223110610555
Binary10100110110000001000111110010100101100110001101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C023; }

 p { color: rgb(166,192,35); }

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

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

 a { background-color: rgb(166,192,35); }

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

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

 span { border-color: rgb(166,192,35); }

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