Html Css Color HEX #BCDC1A Inch Worm

📋 copy color: '#BCDC1A'

red 188 ◦ green 220 ◦ blue 26

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

Shades of Inch Worm #BCDC1A

Tints of Inch Worm #BCDC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.99%

R = 43.32%
G = 50.69%
B = 5.99%

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

#BCDC1A (or 0xBCDC1A) is known color: Inch Worm. HEX triplet: BC, DC and 1A. RGB value is (188,220,26). Sum of RGB (Red+Green+Blue) = 188+220+26=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 26 (10.55% from 255 or 5.99% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC1A is #4323E5. Grayscale: #BDBDBD. Windows color (decimal): -4400102 or 1760444. OLE color: 1760444.

HSL color Cylindrical-coordinate representation of color #BCDC1A: hue angle of 69.9º degrees, saturation: 0.79, 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 #BCDC1A is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 26 -
CMYK 0.15 0 0.88 0.14
HSL 69.9º 0.79% 0.48% -
HSV(B) 69.9º 0.88% 0.86% -
XYZ 46.52 61.95 10.48 -
YUV 188.32 36.4 127.77 -
System Red Green Blue C M Y K H S L
Decimal 188 220 26 0.15 0 0.88 0.14 69.9 0.79 0.48
Hex BC DC 1A F 0 58 E 46 4F 30
Octal 274 334 32 17 0 130 16 106 117 60
Binary 10111100 11011100 11010 1111 0 1011000 1110 1000110 1001111 110000

Color Harmonies of #BCDC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC1A

Black with #BCDC1A

Text Example


Text Example

White with #BCDC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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