Html Css Color HEX #BCD113 Rio Grande

📋 copy color: '#BCD113'

red 188 ◦ green 209 ◦ blue 19

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

Shades of Rio Grande #BCD113

Tints of Rio Grande #BCD113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.57%

R = 45.19%
G = 50.24%
B = 4.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#BCD113 (or 0xBCD113) is known color: Rio Grande. HEX triplet: BC, D1 and 13. RGB value is (188,209,19). Sum of RGB (Red+Green+Blue) = 188+209+19=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 19 (7.81% from 255 or 4.57% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD113 is #432EEC. Grayscale: #B5B5B5. Windows color (decimal): -4402925 or 1298876. OLE color: 1298876.

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

Color convert

RGB 188 209 19 -
CMYK 0.10 0 0.91 0.18
HSL 66.63º 0.83% 0.45% -
HSV(B) 66.63º 0.91% 0.82% -
XYZ 43.66 56.34 9.19 -
YUV 181.06 36.54 132.95 -
System Red Green Blue C M Y K H S L
Decimal 188 209 19 0.10 0 0.91 0.18 66.63 0.83 0.45
Hex BC D1 13 A 0 5B 12 43 53 2D
Octal 274 321 23 12 0 133 22 103 123 55
Binary 10111100 11010001 10011 1010 0 1011011 10010 1000011 1010011 101101

Color Harmonies of #BCD113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD113

Black with #BCD113

Text Example


Text Example

White with #BCD113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD113; }

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

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

background-color css

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

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

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

border-color css

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

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

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