Html Css Color HEX #BCD719 Rio Grande

📋 copy color: '#BCD719'

red 188 ◦ green 215 ◦ blue 25

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

Shades of Rio Grande #BCD719

Tints of Rio Grande #BCD719

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.23%

 BLUE value IS 25 (10.16% from 255) = 5.84%

R = 43.93%
G = 50.23%
B = 5.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#BCD719 (or 0xBCD719) is known color: Rio Grande. HEX triplet: BC, D7 and 19. RGB value is (188,215,25). Sum of RGB (Red+Green+Blue) = 188+215+25=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 215 (84.38% from 255 or 50.23% from 428); Blue value is 25 (10.16% from 255 or 5.84% from 428); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD719 is #4328E6. Grayscale: #BABABA. Windows color (decimal): -4401383 or 1693628. OLE color: 1693628.

HSL color Cylindrical-coordinate representation of color #BCD719: hue angle of 68.53º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCD719 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 25 -
CMYK 0.13 0 0.88 0.16
HSL 68.53º 0.79% 0.47% -
HSV(B) 68.53º 0.88% 0.84% -
XYZ 45.21 59.36 9.99 -
YUV 185.27 37.55 129.95 -
System Red Green Blue C M Y K H S L
Decimal 188 215 25 0.13 0 0.88 0.16 68.53 0.79 0.47
Hex BC D7 19 D 0 58 10 45 4F 2F
Octal 274 327 31 15 0 130 20 105 117 57
Binary 10111100 11010111 11001 1101 0 1011000 10000 1000101 1001111 101111

Color Harmonies of #BCD719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD719

Black with #BCD719

Text Example


Text Example

White with #BCD719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD719; }

 p { color: rgb(188,215,25); }

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

background-color css

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

 a { background-color: rgb(188,215,25); }

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

border-color css

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

 span { border-color: rgb(188,215,25); }

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