#A6B61B

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

Shades of Bahia #A6B61B

Tints of Bahia #A6B61B

Color information

#A6B61B (or 0xA6B61B) is unknown color: approx Bahia. HEX triplet: A6, B6 and 1B. RGB value is (166,182,27). Sum of RGB (Red+Green+Blue) = 166+182+27=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B61B is #5949E4. Grayscale: #A0A0A0. Windows color (decimal): -5851621 or 1816230. OLE color: 1816230.

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

Color convert

RGB16618227-
CMYK0.0900.850.29
HSL66.19º74.16%40.98%-
HSV(B)66.19º85.16%71.37%-
XYZ32.6541.647.35-
YUV159.5553.2132.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 182 (71.48% from 255) = 48.53%
BLUE value IS 27 (10.94% from 255) = 7.2%
R=44.27%
G=48.53%
B=7.2%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166182270.0900.850.2966.1974.1640.98
HexA6B61B90551D424a29
Octal246266331101253510211251
Binary1010011010110110110111001010101011110110000101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B61B; }

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

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

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

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

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

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

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

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