#BACA15

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

Shades of Rio Grande #BACA15

Tints of Rio Grande #BACA15

Color information

#BACA15 (or 0xBACA15) is unknown color: approx Rio Grande. HEX triplet: BA, CA and 15. RGB value is (186,202,21). Sum of RGB (Red+Green+Blue) = 186+202+21=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACA15 is #4535EA. Grayscale: #B1B1B1. Windows color (decimal): -4535787 or 1428154. OLE color: 1428154.

HSL color Cylindrical-coordinate representation of color #BACA15: hue angle of 65.3º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BACA15 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB18620221-
CMYK0.0800.900.21
HSL65.3º81.17%43.73%-
HSV(B)65.3º89.6%79.22%-
XYZ41.5152.738.7-
YUV176.5840.2134.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 202 (79.30% from 255) = 49.39%
BLUE value IS 21 (8.59% from 255) = 5.13%
R=45.48%
G=49.39%
B=5.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186202210.0800.900.2165.381.1743.73
HexBACA15805A1541512c
Octal272312251001322510112154
Binary1011101011001010101011000010110101010110000011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA15; }

 p { color: rgb(186,202,21); }

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

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

 a { background-color: rgb(186,202,21); }

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

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

 span { border-color: rgb(186,202,21); }

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