#BCCE15

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

Shades of Rio Grande #BCCE15

Tints of Rio Grande #BCCE15

Color information

#BCCE15 (or 0xBCCE15) is unknown color: approx Rio Grande. HEX triplet: BC, CE and 15. RGB value is (188,206,21). Sum of RGB (Red+Green+Blue) = 188+206+21=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 21 (8.59% from 255 or 5.06% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCE15 is #4331EA. Grayscale: #B4B4B4. Windows color (decimal): -4403691 or 1429180. OLE color: 1429180.

HSL color Cylindrical-coordinate representation of color #BCCE15: hue angle of 65.84º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCCE15 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB18820621-
CMYK0.0900.900.19
HSL65.84º81.5%44.51%-
HSV(B)65.84º89.81%80.78%-
XYZ42.9554.899.04-
YUV179.5338.54134.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 206 (80.86% from 255) = 49.64%
BLUE value IS 21 (8.59% from 255) = 5.06%
R=45.30%
G=49.64%
B=5.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal188206210.0900.900.1965.8481.544.51
HexBCCE15905A1342512d
Octal274316251101322310212155
Binary1011110011001110101011001010110101001110000101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCE15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCE15; }

 p { color: rgb(188,206,21); }

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

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

 a { background-color: rgb(188,206,21); }

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

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

 span { border-color: rgb(188,206,21); }

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