#A6B92B

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

Shades of Bahia #A6B92B

Tints of Bahia #A6B92B

Color information

#A6B92B (or 0xA6B92B) is unknown color: approx Bahia. HEX triplet: A6, B9 and 2B. RGB value is (166,185,43). Sum of RGB (Red+Green+Blue) = 166+185+43=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B92B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B92B is #5946D4. Grayscale: #A3A3A3. Windows color (decimal): -5850837 or 2865574. OLE color: 2865574.

HSL color Cylindrical-coordinate representation of color #A6B92B: hue angle of 68.03º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6B92B is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB16618543-
CMYK0.1000.770.27
HSL68.03º62.28%44.71%-
HSV(B)68.03º76.76%72.55%-
XYZ33.5142.988.82-
YUV163.1360.21130.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 185 (72.66% from 255) = 46.95%
BLUE value IS 43 (17.19% from 255) = 10.91%
R=42.13%
G=46.95%
B=10.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166185430.1000.770.2768.0362.2844.71
HexA6B92BA04D1B443e2d
Octal24627153120115331047655
Binary1010011010111001101011101001001101110111000100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B92B; }

 p { color: rgb(166,185,43); }

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

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

 a { background-color: rgb(166,185,43); }

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

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

 span { border-color: rgb(166,185,43); }

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