Html Css Color HEX #BCD413 Rio Grande

📋 copy color: '#BCD413'

red 188 ◦ green 212 ◦ blue 19

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

Shades of Rio Grande #BCD413

Tints of Rio Grande #BCD413

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.6%

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

R = 44.87%
G = 50.6%
B = 4.53%

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

#BCD413 (or 0xBCD413) is known color: Rio Grande. HEX triplet: BC, D4 and 13. RGB value is (188,212,19). Sum of RGB (Red+Green+Blue) = 188+212+19=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD413 is #432BEC. Grayscale: #B7B7B7. Windows color (decimal): -4402157 or 1299644. OLE color: 1299644.

HSL color Cylindrical-coordinate representation of color #BCD413: hue angle of 67.46º degrees, saturation: 0.84, 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 #BCD413 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 19 -
CMYK 0.11 0 0.91 0.17
HSL 67.46º 0.84% 0.45% -
HSV(B) 67.46º 0.91% 0.83% -
XYZ 44.4 57.83 9.44 -
YUV 182.82 35.55 131.69 -
System Red Green Blue C M Y K H S L
Decimal 188 212 19 0.11 0 0.91 0.17 67.46 0.84 0.45
Hex BC D4 13 B 0 5B 11 43 54 2D
Octal 274 324 23 13 0 133 21 103 124 55
Binary 10111100 11010100 10011 1011 0 1011011 10001 1000011 1010100 101101

Color Harmonies of #BCD413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD413

Black with #BCD413

Text Example


Text Example

White with #BCD413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD413; }

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

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

background-color css

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

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

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

border-color css

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

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

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