#A6BB34

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

Shades of Bahia #A6BB34

Tints of Bahia #A6BB34

Color information

#A6BB34 (or 0xA6BB34) is unknown color: approx Bahia. HEX triplet: A6, BB and 34. RGB value is (166,187,52). Sum of RGB (Red+Green+Blue) = 166+187+52=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BB34 is #5944CB. Grayscale: #A5A5A5. Windows color (decimal): -5850316 or 3455910. OLE color: 3455910.

HSL color Cylindrical-coordinate representation of color #A6BB34: hue angle of 69.33º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6BB34 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB16618752-
CMYK0.1100.720.27
HSL69.33º56.49%46.86%-
HSV(B)69.33º72.19%73.33%-
XYZ34.1243.99.92-
YUV165.3364.04128.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.99%
GREEN value IS 187 (73.44% from 255) = 46.17%
BLUE value IS 52 (20.70% from 255) = 12.84%
R=40.99%
G=46.17%
B=12.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166187520.1100.720.2769.3356.4946.86
HexA6BB34B0481B45382f
Octal24627364130110331057057
Binary1010011010111011110100101101001000110111000101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BB34; }

 p { color: rgb(166,187,52); }

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

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

 a { background-color: rgb(166,187,52); }

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

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

 span { border-color: rgb(166,187,52); }

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