Html Css Color HEX #BCDC1B Inch Worm

📋 copy color: '#BCDC1B'

red 188 ◦ green 220 ◦ blue 27

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

Shades of Inch Worm #BCDC1B

Tints of Inch Worm #BCDC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.21%

R = 43.22%
G = 50.57%
B = 6.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#BCDC1B (or 0xBCDC1B) is known color: Inch Worm. HEX triplet: BC, DC and 1B. RGB value is (188,220,27). Sum of RGB (Red+Green+Blue) = 188+220+27=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 27 (10.94% from 255 or 6.21% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC1B is #4323E4. Grayscale: #BDBDBD. Windows color (decimal): -4400101 or 1825980. OLE color: 1825980.

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

Color convert

RGB 188 220 27 -
CMYK 0.15 0 0.88 0.14
HSL 69.95º 0.78% 0.48% -
HSV(B) 69.95º 0.88% 0.86% -
XYZ 46.53 61.96 10.54 -
YUV 188.43 36.9 127.69 -
System Red Green Blue C M Y K H S L
Decimal 188 220 27 0.15 0 0.88 0.14 69.95 0.78 0.48
Hex BC DC 1B F 0 58 E 46 4E 30
Octal 274 334 33 17 0 130 16 106 116 60
Binary 10111100 11011100 11011 1111 0 1011000 1110 1000110 1001110 110000

Color Harmonies of #BCDC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC1B

Black with #BCDC1B

Text Example


Text Example

White with #BCDC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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