Html Css Color HEX #BCD713 Inch Worm

📋 copy color: '#BCD713'

red 188 ◦ green 215 ◦ blue 19

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

Shades of Inch Worm #BCD713

Tints of Inch Worm #BCD713

RGB

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

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

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

R = 44.55%
G = 50.95%
B = 4.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#BCD713 (or 0xBCD713) is known color: Inch Worm. HEX triplet: BC, D7 and 13. RGB value is (188,215,19). Sum of RGB (Red+Green+Blue) = 188+215+19=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 215 (84.38% from 255 or 50.95% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD713 is #4328EC. Grayscale: #B9B9B9. Windows color (decimal): -4401389 or 1300412. OLE color: 1300412.

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

Color convert

RGB 188 215 19 -
CMYK 0.13 0 0.91 0.16
HSL 68.27º 0.84% 0.46% -
HSV(B) 68.27º 0.91% 0.84% -
XYZ 45.16 59.34 9.69 -
YUV 184.58 34.55 130.44 -
System Red Green Blue C M Y K H S L
Decimal 188 215 19 0.13 0 0.91 0.16 68.27 0.84 0.46
Hex BC D7 13 D 0 5B 10 44 54 2E
Octal 274 327 23 15 0 133 20 104 124 56
Binary 10111100 11010111 10011 1101 0 1011011 10000 1000100 1010100 101110

Color Harmonies of #BCD713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD713

Black with #BCD713

Text Example


Text Example

White with #BCD713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD713; }

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

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

background-color css

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

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

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

border-color css

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

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

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