#BCC714

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

Shades of Rio Grande #BCC714

Tints of Rio Grande #BCC714

Color information

#BCC714 (or 0xBCC714) is unknown color: approx Rio Grande. HEX triplet: BC, C7 and 14. RGB value is (188,199,20). Sum of RGB (Red+Green+Blue) = 188+199+20=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 199 (78.12% from 255 or 48.89% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC714 is #4338EB. Grayscale: #B0B0B0. Windows color (decimal): -4405484 or 1361852. OLE color: 1361852.

HSL color Cylindrical-coordinate representation of color #BCC714: hue angle of 63.69º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCC714 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB18819920-
CMYK0.0600.900.22
HSL63.69º81.74%42.94%-
HSV(B)63.69º89.95%78.04%-
XYZ41.2951.598.44-
YUV175.340.36137.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.19%
GREEN value IS 199 (78.12% from 255) = 48.89%
BLUE value IS 20 (8.20% from 255) = 4.91%
R=46.19%
G=48.89%
B=4.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188199200.0600.900.2263.6981.7442.94
HexBCC714605A1640522b
Octal27430724601322610012253
Binary101111001100011110100110010110101011010000001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC714; }

 p { color: rgb(188,199,20); }

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

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

 a { background-color: rgb(188,199,20); }

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

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

 span { border-color: rgb(188,199,20); }

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