Html Css Color HEX #BCD019 Rio Grande

📋 copy color: '#BCD019'

red 188 ◦ green 208 ◦ blue 25

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

Shades of Rio Grande #BCD019

Tints of Rio Grande #BCD019

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.41%

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

R = 44.66%
G = 49.41%
B = 5.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#BCD019 (or 0xBCD019) is known color: Rio Grande. HEX triplet: BC, D0 and 19. RGB value is (188,208,25). Sum of RGB (Red+Green+Blue) = 188+208+25=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 25 (10.16% from 255 or 5.94% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD019 is #432FE6. Grayscale: #B5B5B5. Windows color (decimal): -4403175 or 1691836. OLE color: 1691836.

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

Color convert

RGB 188 208 25 -
CMYK 0.10 0 0.88 0.18
HSL 66.56º 0.79% 0.46% -
HSV(B) 66.56º 0.88% 0.82% -
XYZ 43.47 55.87 9.41 -
YUV 181.16 39.87 132.88 -
System Red Green Blue C M Y K H S L
Decimal 188 208 25 0.10 0 0.88 0.18 66.56 0.79 0.46
Hex BC D0 19 A 0 58 12 43 4F 2E
Octal 274 320 31 12 0 130 22 103 117 56
Binary 10111100 11010000 11001 1010 0 1011000 10010 1000011 1001111 101110

Color Harmonies of #BCD019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD019

Black with #BCD019

Text Example


Text Example

White with #BCD019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD019; }

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

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

background-color css

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

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

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

border-color css

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

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

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