Html Css Color HEX #BCD913 Inch Worm

📋 copy color: '#BCD913'

red 188 ◦ green 217 ◦ blue 19

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

Shades of Inch Worm #BCD913

Tints of Inch Worm #BCD913

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.18%

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

R = 44.34%
G = 51.18%
B = 4.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#BCD913 (or 0xBCD913) is known color: Inch Worm. HEX triplet: BC, D9 and 13. RGB value is (188,217,19). Sum of RGB (Red+Green+Blue) = 188+217+19=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 217 (85.16% from 255 or 51.18% from 424); Blue value is 19 (7.81% from 255 or 4.48% from 424); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD913 is #4326EC. Grayscale: #BABABA. Windows color (decimal): -4400877 or 1300924. OLE color: 1300924.

HSL color Cylindrical-coordinate representation of color #BCD913: hue angle of 68.79º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCD913 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 19 -
CMYK 0.13 0 0.91 0.15
HSL 68.79º 0.84% 0.46% -
HSV(B) 68.79º 0.91% 0.85% -
XYZ 45.67 60.36 9.86 -
YUV 185.76 33.89 129.6 -
System Red Green Blue C M Y K H S L
Decimal 188 217 19 0.13 0 0.91 0.15 68.79 0.84 0.46
Hex BC D9 13 D 0 5B F 45 54 2E
Octal 274 331 23 15 0 133 17 105 124 56
Binary 10111100 11011001 10011 1101 0 1011011 1111 1000101 1010100 101110

Color Harmonies of #BCD913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD913

Black with #BCD913

Text Example


Text Example

White with #BCD913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD913; }

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

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

background-color css

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

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

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

border-color css

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

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

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