#A6BD23

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

Shades of Bahia #A6BD23

Tints of Bahia #A6BD23

Color information

#A6BD23 (or 0xA6BD23) is unknown color: approx Bahia. HEX triplet: A6, BD and 23. RGB value is (166,189,35). Sum of RGB (Red+Green+Blue) = 166+189+35=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 35 (14.06% from 255 or 8.97% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BD23 is #5942DC. Grayscale: #A5A5A5. Windows color (decimal): -5849821 or 2342310. OLE color: 2342310.

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

Color convert

RGB16618935-
CMYK0.1200.810.26
HSL68.96º68.75%43.92%-
HSV(B)68.96º81.48%74.12%-
XYZ34.2344.628.4-
YUV164.5754.88129.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.56%
GREEN value IS 189 (74.22% from 255) = 48.46%
BLUE value IS 35 (14.06% from 255) = 8.97%
R=42.56%
G=48.46%
B=8.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166189350.1200.810.2668.9668.7543.92
HexA6BD23C0511A45452c
Octal246275431401213210510554
Binary10100110101111011000111100010100011101010001011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BD23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BD23; }

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

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

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

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

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

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

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

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