#A6B633

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

Shades of Bahia #A6B633

Tints of Bahia #A6B633

Color information

#A6B633 (or 0xA6B633) is unknown color: approx Bahia. HEX triplet: A6, B6 and 33. RGB value is (166,182,51). Sum of RGB (Red+Green+Blue) = 166+182+51=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B633 is #5949CC. Grayscale: #A2A2A2. Windows color (decimal): -5851597 or 3389094. OLE color: 3389094.

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

Color convert

RGB16618251-
CMYK0.0900.720.29
HSL67.33º56.22%45.69%-
HSV(B)67.33º71.98%71.37%-
XYZ33.0541.89.46-
YUV162.2865.2130.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 182 (71.48% from 255) = 45.61%
BLUE value IS 51 (20.31% from 255) = 12.78%
R=41.60%
G=45.61%
B=12.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166182510.0900.720.2967.3356.2245.69
HexA6B63390481D43382e
Octal24626663110110351037056
Binary1010011010110110110011100101001000111011000011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B633; }

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

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

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

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

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

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

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

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