#A6B430

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

Shades of Bahia #A6B430

Tints of Bahia #A6B430

Color information

#A6B430 (or 0xA6B430) is unknown color: approx Bahia. HEX triplet: A6, B4 and 30. RGB value is (166,180,48). Sum of RGB (Red+Green+Blue) = 166+180+48=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B430 is #594BCF. Grayscale: #A1A1A1. Windows color (decimal): -5852112 or 3191974. OLE color: 3191974.

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

Color convert

RGB16618048-
CMYK0.0800.730.29
HSL66.36º57.89%44.71%-
HSV(B)66.36º73.33%70.59%-
XYZ32.5840.968.99-
YUV160.7764.36131.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 180 (70.70% from 255) = 45.69%
BLUE value IS 48 (19.14% from 255) = 12.18%
R=42.13%
G=45.69%
B=12.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166180480.0800.730.2966.3657.8944.71
HexA6B43080491D423a2d
Octal24626460100111351027255
Binary1010011010110100110000100001001001111011000010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B430; }

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

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

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

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

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

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

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

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