#BAC11C

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

Shades of Rio Grande #BAC11C

Tints of Rio Grande #BAC11C

Color information

#BAC11C (or 0xBAC11C) is unknown color: approx Rio Grande. HEX triplet: BA, C1 and 1C. RGB value is (186,193,28). Sum of RGB (Red+Green+Blue) = 186+193+28=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC11C is #453EE3. Grayscale: #ACACAC. Windows color (decimal): -4538084 or 1884602. OLE color: 1884602.

HSL color Cylindrical-coordinate representation of color #BAC11C: hue angle of 62.55º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAC11C is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB18619328-
CMYK0.0400.850.24
HSL62.55º74.66%43.33%-
HSV(B)62.55º85.49%75.69%-
XYZ39.5348.668.41-
YUV172.146.68137.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 193 (75.78% from 255) = 47.42%
BLUE value IS 28 (11.33% from 255) = 6.88%
R=45.70%
G=47.42%
B=6.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186193280.0400.850.2462.5574.6643.33
HexBAC11C4055183f4b2b
Octal2723013440125307711353
Binary10111010110000011110010001010101110001111111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC11C; }

 p { color: rgb(186,193,28); }

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

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

 a { background-color: rgb(186,193,28); }

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

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

 span { border-color: rgb(186,193,28); }

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