Html Css Color HEX #BCD518 Rio Grande

📋 copy color: '#BCD518'

red 188 ◦ green 213 ◦ blue 24

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

Shades of Rio Grande #BCD518

Tints of Rio Grande #BCD518

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.12%

 BLUE value IS 24 (9.77% from 255) = 5.65%

R = 44.24%
G = 50.12%
B = 5.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#BCD518 (or 0xBCD518) is known color: Rio Grande. HEX triplet: BC, D5 and 18. RGB value is (188,213,24). Sum of RGB (Red+Green+Blue) = 188+213+24=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 24 (9.77% from 255 or 5.65% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD518 is #432AE7. Grayscale: #B8B8B8. Windows color (decimal): -4401896 or 1627580. OLE color: 1627580.

HSL color Cylindrical-coordinate representation of color #BCD518: hue angle of 67.94º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCD518 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 213 24 -
CMYK 0.12 0 0.89 0.16
HSL 67.94º 0.8% 0.46% -
HSV(B) 67.94º 0.89% 0.84% -
XYZ 44.7 58.35 9.77 -
YUV 183.98 37.72 130.87 -
System Red Green Blue C M Y K H S L
Decimal 188 213 24 0.12 0 0.89 0.16 67.94 0.8 0.46
Hex BC D5 18 C 0 59 10 44 50 2E
Octal 274 325 30 14 0 131 20 104 120 56
Binary 10111100 11010101 11000 1100 0 1011001 10000 1000100 1010000 101110

Color Harmonies of #BCD518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD518

Black with #BCD518

Text Example


Text Example

White with #BCD518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD518; }

 p { color: rgb(188,213,24); }

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

background-color css

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

 a { background-color: rgb(188,213,24); }

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

border-color css

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

 span { border-color: rgb(188,213,24); }

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