Html Css Color HEX #BCD611 Rio Grande

📋 copy color: '#BCD611'

red 188 ◦ green 214 ◦ blue 17

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

Shades of Rio Grande #BCD611

Tints of Rio Grande #BCD611

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.07%

 BLUE value IS 17 (7.03% from 255) = 4.06%

R = 44.87%
G = 51.07%
B = 4.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#BCD611 (or 0xBCD611) is known color: Rio Grande. HEX triplet: BC, D6 and 11. RGB value is (188,214,17). Sum of RGB (Red+Green+Blue) = 188+214+17=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD611 is #4329EE. Grayscale: #B8B8B8. Windows color (decimal): -4401647 or 1169084. OLE color: 1169084.

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

Color convert

RGB 188 214 17 -
CMYK 0.12 0 0.92 0.16
HSL 67.92º 0.85% 0.45% -
HSV(B) 67.92º 0.92% 0.84% -
XYZ 44.89 58.82 9.52 -
YUV 183.77 33.89 131.02 -
System Red Green Blue C M Y K H S L
Decimal 188 214 17 0.12 0 0.92 0.16 67.92 0.85 0.45
Hex BC D6 11 C 0 5C 10 44 55 2D
Octal 274 326 21 14 0 134 20 104 125 55
Binary 10111100 11010110 10001 1100 0 1011100 10000 1000100 1010101 101101

Color Harmonies of #BCD611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD611

Black with #BCD611

Text Example


Text Example

White with #BCD611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD611; }

 p { color: rgb(188,214,17); }

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

background-color css

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

 a { background-color: rgb(188,214,17); }

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

border-color css

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

 span { border-color: rgb(188,214,17); }

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