Html Css Color HEX #BCDC03 Inch Worm

📋 copy color: '#BCDC03'

red 188 ◦ green 220 ◦ blue 3

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

Shades of Inch Worm #BCDC03

Tints of Inch Worm #BCDC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 45.74%
G = 53.53%
B = 0.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#BCDC03 (or 0xBCDC03) is known color: Inch Worm. HEX triplet: BC, DC and 03. RGB value is (188,220,3). Sum of RGB (Red+Green+Blue) = 188+220+3=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 3 (1.56% from 255 or 0.73% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDC03 is #4323FC. Grayscale: #BABABA. Windows color (decimal): -4400125 or 253116. OLE color: 253116.

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

Color convert

RGB 188 220 3 -
CMYK 0.15 0 0.99 0.14
HSL 68.85º 0.97% 0.44% -
HSV(B) 68.85º 0.99% 0.86% -
XYZ 46.35 61.88 9.59 -
YUV 185.69 24.9 129.64 -
System Red Green Blue C M Y K H S L
Decimal 188 220 3 0.15 0 0.99 0.14 68.85 0.97 0.44
Hex BC DC 3 F 0 63 E 45 61 2C
Octal 274 334 3 17 0 143 16 105 141 54
Binary 10111100 11011100 11 1111 0 1100011 1110 1000101 1100001 101100

Color Harmonies of #BCDC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC03

Black with #BCDC03

Text Example


Text Example

White with #BCDC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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