#A6B62E

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

Shades of Bahia #A6B62E

Tints of Bahia #A6B62E

Color information

#A6B62E (or 0xA6B62E) is unknown color: approx Bahia. HEX triplet: A6, B6 and 2E. RGB value is (166,182,46). Sum of RGB (Red+Green+Blue) = 166+182+46=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B62E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B62E is #5949D1. Grayscale: #A2A2A2. Windows color (decimal): -5851602 or 3061414. OLE color: 3061414.

HSL color Cylindrical-coordinate representation of color #A6B62E: hue angle of 67.06º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6B62E is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB16618246-
CMYK0.0900.750.29
HSL67.06º59.65%44.71%-
HSV(B)67.06º74.73%71.37%-
XYZ32.9541.768.91-
YUV161.7162.7131.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 182 (71.48% from 255) = 46.19%
BLUE value IS 46 (18.36% from 255) = 11.68%
R=42.13%
G=46.19%
B=11.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166182460.0900.750.2967.0659.6544.71
HexA6B62E904B1D433c2d
Octal24626656110113351037455
Binary1010011010110110101110100101001011111011000011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B62E; }

 p { color: rgb(166,182,46); }

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

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

 a { background-color: rgb(166,182,46); }

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

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

 span { border-color: rgb(166,182,46); }

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