Html Css Color HEX #BCD116 Rio Grande

📋 copy color: '#BCD116'

red 188 ◦ green 209 ◦ blue 22

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

Shades of Rio Grande #BCD116

Tints of Rio Grande #BCD116

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.88%

 BLUE value IS 22 (8.98% from 255) = 5.25%

R = 44.87%
G = 49.88%
B = 5.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#BCD116 (or 0xBCD116) is known color: Rio Grande. HEX triplet: BC, D1 and 16. RGB value is (188,209,22). Sum of RGB (Red+Green+Blue) = 188+209+22=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD116 is #432EE9. Grayscale: #B6B6B6. Windows color (decimal): -4402922 or 1495484. OLE color: 1495484.

HSL color Cylindrical-coordinate representation of color #BCD116: hue angle of 66.74º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCD116 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 22 -
CMYK 0.10 0 0.89 0.18
HSL 66.74º 0.81% 0.45% -
HSV(B) 66.74º 0.89% 0.82% -
XYZ 43.68 56.35 9.33 -
YUV 181.4 38.04 132.71 -
System Red Green Blue C M Y K H S L
Decimal 188 209 22 0.10 0 0.89 0.18 66.74 0.81 0.45
Hex BC D1 16 A 0 59 12 43 51 2D
Octal 274 321 26 12 0 131 22 103 121 55
Binary 10111100 11010001 10110 1010 0 1011001 10010 1000011 1010001 101101

Color Harmonies of #BCD116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD116

Black with #BCD116

Text Example


Text Example

White with #BCD116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD116; }

 p { color: rgb(188,209,22); }

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

background-color css

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

 a { background-color: rgb(188,209,22); }

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

border-color css

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

 span { border-color: rgb(188,209,22); }

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