#A2BC1E

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

Shades of Bahia #A2BC1E

Tints of Bahia #A2BC1E

Color information

#A2BC1E (or 0xA2BC1E) is unknown color: approx Bahia. HEX triplet: A2, BC and 1E. RGB value is (162,188,30). Sum of RGB (Red+Green+Blue) = 162+188+30=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BC1E is #5D43E1. Grayscale: #A2A2A2. Windows color (decimal): -6112226 or 2014370. OLE color: 2014370.

HSL color Cylindrical-coordinate representation of color #A2BC1E: hue angle of 69.87º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2BC1E is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB16218830-
CMYK0.1400.840.26
HSL69.87º72.48%42.75%-
HSV(B)69.87º84.04%73.73%-
XYZ33.1243.747.93-
YUV162.2153.39127.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 188 (73.83% from 255) = 49.47%
BLUE value IS 30 (12.11% from 255) = 7.89%
R=42.63%
G=49.47%
B=7.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162188300.1400.840.2669.8772.4842.75
HexA2BC1EE0541A46482b
Octal242274361601243210611053
Binary1010001010111100111101110010101001101010001101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BC1E; }

 p { color: rgb(162,188,30); }

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

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

 a { background-color: rgb(162,188,30); }

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

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

 span { border-color: rgb(162,188,30); }

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