Html Css Color HEX #BCDC00 Inch Worm

📋 copy color: '#BCDC00'

red 188 ◦ green 220 ◦ blue 0

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

Shades of Inch Worm #BCDC00

Tints of Inch Worm #BCDC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.08%
G = 53.92%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#BCDC00 (or 0xBCDC00) is known color: Inch Worm. HEX triplet: BC, DC and 00. RGB value is (188,220,0). Sum of RGB (Red+Green+Blue) = 188+220+0=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 220 (86.33% from 255 or 53.92% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDC00 is #4323FF. Grayscale: #BABABA. Windows color (decimal): -4400128 or 56508. OLE color: 56508.

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

Color convert

RGB 188 220 0 -
CMYK 0.15 0 1 0.14
HSL 68.73º 1% 0.43% -
HSV(B) 68.73º 1% 0.86% -
XYZ 46.33 61.88 9.5 -
YUV 185.35 23.4 129.89 -
System Red Green Blue C M Y K H S L
Decimal 188 220 0 0.15 0 1 0.14 68.73 1 0.43
Hex BC DC 0 F 0 64 E 45 64 2B
Octal 274 334 0 17 0 144 16 105 144 53
Binary 10111100 11011100 0 1111 0 1100100 1110 1000101 1100100 101011

Color Harmonies of #BCDC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC00

Black with #BCDC00

Text Example


Text Example

White with #BCDC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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