#BCC814

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

Shades of Rio Grande #BCC814

Tints of Rio Grande #BCC814

Color information

#BCC814 (or 0xBCC814) is unknown color: approx Rio Grande. HEX triplet: BC, C8 and 14. RGB value is (188,200,20). Sum of RGB (Red+Green+Blue) = 188+200+20=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC814 is #4337EB. Grayscale: #B0B0B0. Windows color (decimal): -4405228 or 1362108. OLE color: 1362108.

HSL color Cylindrical-coordinate representation of color #BCC814: hue angle of 64º 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 #BCC814 is Cyan = 0.06, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB18820020-
CMYK0.0600.90.22
HSL64º81.82%43.14%-
HSV(B)64º90%78.43%-
XYZ41.5252.058.52-
YUV175.8940.02136.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 200 (78.52% from 255) = 49.02%
BLUE value IS 20 (8.20% from 255) = 4.90%
R=46.08%
G=49.02%
B=4.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188200200.0600.90.226481.8243.14
HexBCC814605A1640522b
Octal27431024601322610012253
Binary101111001100100010100110010110101011010000001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC814; }

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

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

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

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

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

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

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

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