#A1C71B

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

Shades of Bahia #A1C71B

Tints of Bahia #A1C71B

Color information

#A1C71B (or 0xA1C71B) is unknown color: approx Bahia. HEX triplet: A1, C7 and 1B. RGB value is (161,199,27). Sum of RGB (Red+Green+Blue) = 161+199+27=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 199 (78.12% from 255 or 51.42% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C71B is #5E38E4. Grayscale: #A8A8A8. Windows color (decimal): -6174949 or 1820577. OLE color: 1820577.

HSL color Cylindrical-coordinate representation of color #A1C71B: hue angle of 73.26º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1C71B is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB16119927-
CMYK0.1900.860.22
HSL73.26º76.11%44.31%-
HSV(B)73.26º86.43%78.04%-
XYZ35.3248.58.54-
YUV168.0348.41122.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.60%
GREEN value IS 199 (78.12% from 255) = 51.42%
BLUE value IS 27 (10.94% from 255) = 6.98%
R=41.60%
G=51.42%
B=6.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161199270.1900.860.2273.2676.1144.31
HexA1C71B1305616494c2c
Octal241307332301262611111454
Binary10100001110001111101110011010101101011010010011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C71B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C71B; }

 p { color: rgb(161,199,27); }

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

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

 a { background-color: rgb(161,199,27); }

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

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

 span { border-color: rgb(161,199,27); }

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