Html Css Color HEX #BCD511 Rio Grande

📋 copy color: '#BCD511'

red 188 ◦ green 213 ◦ blue 17

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

Shades of Rio Grande #BCD511

Tints of Rio Grande #BCD511

RGB

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

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

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

R = 44.98%
G = 50.96%
B = 4.07%

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

#BCD511 (or 0xBCD511) is known color: Rio Grande. HEX triplet: BC, D5 and 11. RGB value is (188,213,17). Sum of RGB (Red+Green+Blue) = 188+213+17=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD511 is #432AEE. Grayscale: #B7B7B7. Windows color (decimal): -4401903 or 1168828. OLE color: 1168828.

HSL color Cylindrical-coordinate representation of color #BCD511: hue angle of 67.65º 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 #BCD511 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 213 17 -
CMYK 0.12 0 0.92 0.16
HSL 67.65º 0.85% 0.45% -
HSV(B) 67.65º 0.92% 0.84% -
XYZ 44.63 58.32 9.43 -
YUV 183.18 34.22 131.44 -
System Red Green Blue C M Y K H S L
Decimal 188 213 17 0.12 0 0.92 0.16 67.65 0.85 0.45
Hex BC D5 11 C 0 5C 10 44 55 2D
Octal 274 325 21 14 0 134 20 104 125 55
Binary 10111100 11010101 10001 1100 0 1011100 10000 1000100 1010101 101101

Color Harmonies of #BCD511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD511

Black with #BCD511

Text Example


Text Example

White with #BCD511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD511; }

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

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

background-color css

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

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

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

border-color css

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

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

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