Html Css Color HEX #BCD71C Rio Grande

📋 copy color: '#BCD71C'

red 188 ◦ green 215 ◦ blue 28

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

Shades of Rio Grande #BCD71C

Tints of Rio Grande #BCD71C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.88%

 BLUE value IS 28 (11.33% from 255) = 6.5%

R = 43.62%
G = 49.88%
B = 6.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#BCD71C (or 0xBCD71C) is known color: Rio Grande. HEX triplet: BC, D7 and 1C. RGB value is (188,215,28). Sum of RGB (Red+Green+Blue) = 188+215+28=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD71C is #4328E3. Grayscale: #BABABA. Windows color (decimal): -4401380 or 1890236. OLE color: 1890236.

HSL color Cylindrical-coordinate representation of color #BCD71C: hue angle of 68.66º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCD71C is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 28 -
CMYK 0.13 0 0.87 0.16
HSL 68.66º 0.77% 0.48% -
HSV(B) 68.66º 0.87% 0.84% -
XYZ 45.25 59.38 10.17 -
YUV 185.61 39.05 129.71 -
System Red Green Blue C M Y K H S L
Decimal 188 215 28 0.13 0 0.87 0.16 68.66 0.77 0.48
Hex BC D7 1C D 0 57 10 45 4D 30
Octal 274 327 34 15 0 127 20 105 115 60
Binary 10111100 11010111 11100 1101 0 1010111 10000 1000101 1001101 110000

Color Harmonies of #BCD71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD71C

Black with #BCD71C

Text Example


Text Example

White with #BCD71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD71C; }

 p { color: rgb(188,215,28); }

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

background-color css

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

 a { background-color: rgb(188,215,28); }

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

border-color css

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

 span { border-color: rgb(188,215,28); }

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