Html Css Color HEX #BCDC07 Inch Worm

📋 copy color: '#BCDC07'

red 188 ◦ green 220 ◦ blue 7

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

Shades of Inch Worm #BCDC07

Tints of Inch Worm #BCDC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.69%

R = 45.3%
G = 53.01%
B = 1.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#BCDC07 (or 0xBCDC07) is known color: Inch Worm. HEX triplet: BC, DC and 07. RGB value is (188,220,7). Sum of RGB (Red+Green+Blue) = 188+220+7=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 7 (3.12% from 255 or 1.69% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDC07 is #4323F8. Grayscale: #BABABA. Windows color (decimal): -4400121 or 515260. OLE color: 515260.

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

Color convert

RGB 188 220 7 -
CMYK 0.15 0 0.97 0.14
HSL 69.01º 0.94% 0.45% -
HSV(B) 69.01º 0.97% 0.86% -
XYZ 46.37 61.89 9.7 -
YUV 186.15 26.9 129.32 -
System Red Green Blue C M Y K H S L
Decimal 188 220 7 0.15 0 0.97 0.14 69.01 0.94 0.45
Hex BC DC 7 F 0 61 E 45 5E 2D
Octal 274 334 7 17 0 141 16 105 136 55
Binary 10111100 11011100 111 1111 0 1100001 1110 1000101 1011110 101101

Color Harmonies of #BCDC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC07

Black with #BCDC07

Text Example


Text Example

White with #BCDC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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