#a1b62b

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

Shades of Bahia #A1B62B

Tints of Bahia #A1B62B

Color information

#A1B62B (or 0xA1B62B) is unknown color: approx Bahia. HEX triplet: A1, B6 and 2B. RGB value is (161,182,43). Sum of RGB (Red+Green+Blue) = 161+182+43=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B62B is #5E49D4. Grayscale: #A0A0A0. Windows color (decimal): -6179285 or 2864801. OLE color: 2864801.

HSL color Cylindrical-coordinate representation of color #A1B62B: hue angle of 69.06º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1B62B is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB16118243-
CMYK0.1200.760.29
HSL69.06º61.78%44.12%-
HSV(B)69.06º76.37%71.37%-
XYZ31.8641.218.56-
YUV159.8762.04128.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.71%
GREEN value IS 182 (71.48% from 255) = 47.15%
BLUE value IS 43 (17.19% from 255) = 11.14%
R=41.71%
G=47.15%
B=11.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161182430.1200.760.2969.0661.7844.12
HexA1B62BC04C1D453e2c
Octal24126653140114351057654
Binary1010000110110110101011110001001100111011000101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1b62b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1b62b; }

 p { color: rgb(161,182,43); }

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

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

 a { background-color: rgb(161,182,43); }

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

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

 span { border-color: rgb(161,182,43); }

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