Html Css Color HEX #BCDC17 Inch Worm

📋 copy color: '#BCDC17'

red 188 ◦ green 220 ◦ blue 23

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

Shades of Inch Worm #BCDC17

Tints of Inch Worm #BCDC17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.34%

R = 43.62%
G = 51.04%
B = 5.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#BCDC17 (or 0xBCDC17) is known color: Inch Worm. HEX triplet: BC, DC and 17. RGB value is (188,220,23). Sum of RGB (Red+Green+Blue) = 188+220+23=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 23 (9.38% from 255 or 5.34% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDC17 is #4323E8. Grayscale: #BCBCBC. Windows color (decimal): -4400105 or 1563836. OLE color: 1563836.

HSL color Cylindrical-coordinate representation of color #BCDC17: hue angle of 69.75º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCDC17 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 23 -
CMYK 0.15 0 0.90 0.14
HSL 69.75º 0.81% 0.48% -
HSV(B) 69.75º 0.9% 0.86% -
XYZ 46.49 61.94 10.32 -
YUV 187.97 34.9 128.02 -
System Red Green Blue C M Y K H S L
Decimal 188 220 23 0.15 0 0.90 0.14 69.75 0.81 0.48
Hex BC DC 17 F 0 5A E 46 51 30
Octal 274 334 27 17 0 132 16 106 121 60
Binary 10111100 11011100 10111 1111 0 1011010 1110 1000110 1010001 110000

Color Harmonies of #BCDC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC17

Black with #BCDC17

Text Example


Text Example

White with #BCDC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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