Html Css Color HEX #BCD610 Rio Grande

📋 copy color: '#BCD610'

red 188 ◦ green 214 ◦ blue 16

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

Shades of Rio Grande #BCD610

Tints of Rio Grande #BCD610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.83%

R = 44.98%
G = 51.2%
B = 3.83%

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

#BCD610 (or 0xBCD610) is known color: Rio Grande. HEX triplet: BC, D6 and 10. RGB value is (188,214,16). Sum of RGB (Red+Green+Blue) = 188+214+16=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD610 is #4329EF. Grayscale: #B8B8B8. Windows color (decimal): -4401648 or 1103548. OLE color: 1103548.

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

Color convert

RGB 188 214 16 -
CMYK 0.12 0 0.93 0.16
HSL 67.88º 0.86% 0.45% -
HSV(B) 67.88º 0.93% 0.84% -
XYZ 44.88 58.82 9.48 -
YUV 183.65 33.39 131.1 -
System Red Green Blue C M Y K H S L
Decimal 188 214 16 0.12 0 0.93 0.16 67.88 0.86 0.45
Hex BC D6 10 C 0 5D 10 44 56 2D
Octal 274 326 20 14 0 135 20 104 126 55
Binary 10111100 11010110 10000 1100 0 1011101 10000 1000100 1010110 101101

Color Harmonies of #BCD610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD610

Black with #BCD610

Text Example


Text Example

White with #BCD610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD610; }

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

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

background-color css

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

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

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

border-color css

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

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

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