Html Css Color HEX #BCD313 Rio Grande

📋 copy color: '#BCD313'

red 188 ◦ green 211 ◦ blue 19

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

Shades of Rio Grande #BCD313

Tints of Rio Grande #BCD313

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.48%

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

R = 44.98%
G = 50.48%
B = 4.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#BCD313 (or 0xBCD313) is known color: Rio Grande. HEX triplet: BC, D3 and 13. RGB value is (188,211,19). Sum of RGB (Red+Green+Blue) = 188+211+19=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 211 (82.81% from 255 or 50.48% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD313 is #432CEC. Grayscale: #B6B6B6. Windows color (decimal): -4402413 or 1299388. OLE color: 1299388.

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

Color convert

RGB 188 211 19 -
CMYK 0.11 0 0.91 0.17
HSL 67.19º 0.83% 0.45% -
HSV(B) 67.19º 0.91% 0.83% -
XYZ 44.15 57.33 9.35 -
YUV 182.24 35.88 132.11 -
System Red Green Blue C M Y K H S L
Decimal 188 211 19 0.11 0 0.91 0.17 67.19 0.83 0.45
Hex BC D3 13 B 0 5B 11 43 53 2D
Octal 274 323 23 13 0 133 21 103 123 55
Binary 10111100 11010011 10011 1011 0 1011011 10001 1000011 1010011 101101

Color Harmonies of #BCD313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD313

Black with #BCD313

Text Example


Text Example

White with #BCD313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD313; }

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

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

background-color css

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

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

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

border-color css

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

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

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