#A6B630

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

Shades of Bahia #A6B630

Tints of Bahia #A6B630

Color information

#A6B630 (or 0xA6B630) is unknown color: approx Bahia. HEX triplet: A6, B6 and 30. RGB value is (166,182,48). Sum of RGB (Red+Green+Blue) = 166+182+48=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B630 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B630 is #5949CF. Grayscale: #A2A2A2. Windows color (decimal): -5851600 or 3192486. OLE color: 3192486.

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

Color convert

RGB16618248-
CMYK0.0900.740.29
HSL67.16º58.26%45.1%-
HSV(B)67.16º73.63%71.37%-
XYZ32.9941.789.12-
YUV161.9463.7130.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.92%
GREEN value IS 182 (71.48% from 255) = 45.96%
BLUE value IS 48 (19.14% from 255) = 12.12%
R=41.92%
G=45.96%
B=12.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166182480.0900.740.2967.1658.2645.1
HexA6B630904A1D433a2d
Octal24626660110112351037255
Binary1010011010110110110000100101001010111011000011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B630; }

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

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

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

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

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

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

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

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