#A6B51B

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

Shades of Bahia #A6B51B

Tints of Bahia #A6B51B

Color information

#A6B51B (or 0xA6B51B) is unknown color: approx Bahia. HEX triplet: A6, B5 and 1B. RGB value is (166,181,27). Sum of RGB (Red+Green+Blue) = 166+181+27=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B51B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B51B is #594AE4. Grayscale: #9F9F9F. Windows color (decimal): -5851877 or 1815974. OLE color: 1815974.

HSL color Cylindrical-coordinate representation of color #A6B51B: hue angle of 65.84º 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 #A6B51B is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB16618127-
CMYK0.0800.850.29
HSL65.84º74.04%40.78%-
HSV(B)65.84º85.08%70.98%-
XYZ32.4541.237.29-
YUV158.9653.53133.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.39%
GREEN value IS 181 (71.09% from 255) = 48.40%
BLUE value IS 27 (10.94% from 255) = 7.22%
R=44.39%
G=48.40%
B=7.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166181270.0800.850.2965.8474.0440.78
HexA6B51B80551D424a29
Octal246265331001253510211251
Binary1010011010110101110111000010101011110110000101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B51B; }

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

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

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

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

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

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

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

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