#BCD417

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

Shades of Rio Grande #BCD417

Tints of Rio Grande #BCD417

Color information

#BCD417 (or 0xBCD417) is unknown color: approx Rio Grande. HEX triplet: BC, D4 and 17. RGB value is (188,212,23). Sum of RGB (Red+Green+Blue) = 188+212+23=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 23 (9.38% from 255 or 5.44% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD417 is #432BE8. Grayscale: #B8B8B8. Windows color (decimal): -4402153 or 1561788. OLE color: 1561788.

HSL color Cylindrical-coordinate representation of color #BCD417: hue angle of 67.62º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCD417 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB18821223-
CMYK0.1100.890.17
HSL67.62º80.43%46.08%-
HSV(B)67.62º89.15%83.14%-
XYZ44.4457.849.63-
YUV183.2837.55131.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 212 (83.20% from 255) = 50.12%
BLUE value IS 23 (9.38% from 255) = 5.44%
R=44.44%
G=50.12%
B=5.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal188212230.1100.890.1767.6280.4346.08
HexBCD417B0591144502e
Octal274324271301312110412056
Binary1011110011010100101111011010110011000110001001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD417; }

 p { color: rgb(188,212,23); }

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

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

 a { background-color: rgb(188,212,23); }

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

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

 span { border-color: rgb(188,212,23); }

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