Html Css Color HEX #BCDC1C Inch Worm

📋 copy color: '#BCDC1C'

red 188 ◦ green 220 ◦ blue 28

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

Shades of Inch Worm #BCDC1C

Tints of Inch Worm #BCDC1C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.46%

 BLUE value IS 28 (11.33% from 255) = 6.42%

R = 43.12%
G = 50.46%
B = 6.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#BCDC1C (or 0xBCDC1C) is known color: Inch Worm. HEX triplet: BC, DC and 1C. RGB value is (188,220,28). Sum of RGB (Red+Green+Blue) = 188+220+28=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 28 (11.33% from 255 or 6.42% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC1C is #4323E3. Grayscale: #BDBDBD. Windows color (decimal): -4400100 or 1891516. OLE color: 1891516.

HSL color Cylindrical-coordinate representation of color #BCDC1C: hue angle of 70º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCDC1C is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 28 -
CMYK 0.15 0 0.87 0.14
HSL 70º 0.77% 0.49% -
HSV(B) 70º 0.87% 0.86% -
XYZ 46.54 61.96 10.61 -
YUV 188.54 37.4 127.61 -
System Red Green Blue C M Y K H S L
Decimal 188 220 28 0.15 0 0.87 0.14 70 0.77 0.49
Hex BC DC 1C F 0 57 E 46 4D 31
Octal 274 334 34 17 0 127 16 106 115 61
Binary 10111100 11011100 11100 1111 0 1010111 1110 1000110 1001101 110001

Color Harmonies of #BCDC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC1C

Black with #BCDC1C

Text Example


Text Example

White with #BCDC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC1C; }

 p { color: rgb(188,220,28); }

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

background-color css

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

 a { background-color: rgb(188,220,28); }

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

border-color css

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

 span { border-color: rgb(188,220,28); }

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