Html Css Color HEX #BCD50E Rio Grande

📋 copy color: '#BCD50E'

red 188 ◦ green 213 ◦ blue 14

#BCD50E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BCD50E

Tints of Rio Grande #BCD50E

RGB

 RED value IS 188 (73.83% from 255) = 45.3%

 GREEN value IS 213 (83.59% from 255) = 51.33%

 BLUE value IS 14 (5.86% from 255) = 3.37%

R = 45.3%
G = 51.33%
B = 3.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#BCD50E (or 0xBCD50E) is known color: Rio Grande. HEX triplet: BC, D5 and 0E. RGB value is (188,213,14). Sum of RGB (Red+Green+Blue) = 188+213+14=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 14 (5.86% from 255 or 3.37% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD50E is #432AF1. Grayscale: #B7B7B7. Windows color (decimal): -4401906 or 972220. OLE color: 972220.

HSL color Cylindrical-coordinate representation of color #BCD50E: hue angle of 67.54º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCD50E is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 213 14 -
CMYK 0.12 0 0.93 0.16
HSL 67.54º 0.88% 0.45% -
HSV(B) 67.54º 0.93% 0.84% -
XYZ 44.61 58.31 9.32 -
YUV 182.84 32.72 131.68 -
System Red Green Blue C M Y K H S L
Decimal 188 213 14 0.12 0 0.93 0.16 67.54 0.88 0.45
Hex BC D5 E C 0 5D 10 44 58 2D
Octal 274 325 16 14 0 135 20 104 130 55
Binary 10111100 11010101 1110 1100 0 1011101 10000 1000100 1011000 101101

Color Harmonies of #BCD50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD50E

Black with #BCD50E

Text Example


Text Example

White with #BCD50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD50E; }

 p { color: rgb(188,213,14); }

 H1.HeaderClassName
 {
   color: #BCD50E;
 }
 .AnyTagClassName
 {
   color: #BCD50E;
 }
</style>

background-color css

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

 a { background-color: rgb(188,213,14); }

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

border-color css

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

 span { border-color: rgb(188,213,14); }

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