Html Css Color HEX #BCD110 Rio Grande

📋 copy color: '#BCD110'

red 188 ◦ green 209 ◦ blue 16

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

Shades of Rio Grande #BCD110

Tints of Rio Grande #BCD110

RGB

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

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

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

R = 45.52%
G = 50.61%
B = 3.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#BCD110 (or 0xBCD110) is known color: Rio Grande. HEX triplet: BC, D1 and 10. RGB value is (188,209,16). Sum of RGB (Red+Green+Blue) = 188+209+16=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 209 (82.03% from 255 or 50.61% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD110 is #432EEF. Grayscale: #B5B5B5. Windows color (decimal): -4402928 or 1102268. OLE color: 1102268.

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

Color convert

RGB 188 209 16 -
CMYK 0.10 0 0.92 0.18
HSL 66.53º 0.86% 0.44% -
HSV(B) 66.53º 0.92% 0.82% -
XYZ 43.63 56.33 9.06 -
YUV 180.72 35.04 133.19 -
System Red Green Blue C M Y K H S L
Decimal 188 209 16 0.10 0 0.92 0.18 66.53 0.86 0.44
Hex BC D1 10 A 0 5C 12 43 56 2C
Octal 274 321 20 12 0 134 22 103 126 54
Binary 10111100 11010001 10000 1010 0 1011100 10010 1000011 1010110 101100

Color Harmonies of #BCD110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD110

Black with #BCD110

Text Example


Text Example

White with #BCD110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD110; }

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

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

background-color css

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

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

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

border-color css

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

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

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