Html Css Color HEX #BCD419 Rio Grande

📋 copy color: '#BCD419'

red 188 ◦ green 212 ◦ blue 25

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

Shades of Rio Grande #BCD419

Tints of Rio Grande #BCD419

RGB

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

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

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

R = 44.24%
G = 49.88%
B = 5.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#BCD419 (or 0xBCD419) is known color: Rio Grande. HEX triplet: BC, D4 and 19. RGB value is (188,212,25). Sum of RGB (Red+Green+Blue) = 188+212+25=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 212 (83.20% from 255 or 49.88% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD419 is #432BE6. Grayscale: #B8B8B8. Windows color (decimal): -4402151 or 1692860. OLE color: 1692860.

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

Color convert

RGB 188 212 25 -
CMYK 0.11 0 0.88 0.17
HSL 67.7º 0.79% 0.46% -
HSV(B) 67.7º 0.88% 0.83% -
XYZ 44.46 57.85 9.74 -
YUV 183.51 38.55 131.21 -
System Red Green Blue C M Y K H S L
Decimal 188 212 25 0.11 0 0.88 0.17 67.7 0.79 0.46
Hex BC D4 19 B 0 58 11 44 4F 2E
Octal 274 324 31 13 0 130 21 104 117 56
Binary 10111100 11010100 11001 1011 0 1011000 10001 1000100 1001111 101110

Color Harmonies of #BCD419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD419

Black with #BCD419

Text Example


Text Example

White with #BCD419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD419; }

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

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

background-color css

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

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

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

border-color css

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

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

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