Html Css Color HEX #BCDE00 Inch Worm

📋 copy color: '#BCDE00'

red 188 ◦ green 222 ◦ blue 0

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

Shades of Inch Worm #BCDE00

Tints of Inch Worm #BCDE00

RGB

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

 GREEN value IS 222 (87.11% from 255) = 54.15%

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

R = 45.85%
G = 54.15%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#BCDE00 (or 0xBCDE00) is known color: Inch Worm. HEX triplet: BC, DE and 00. RGB value is (188,222,0). Sum of RGB (Red+Green+Blue) = 188+222+0=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 222 (87.11% from 255 or 54.15% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDE00 is #4321FF. Grayscale: #BBBBBB. Windows color (decimal): -4399616 or 57020. OLE color: 57020.

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

Color convert

RGB 188 222 0 -
CMYK 0.15 0 1 0.13
HSL 69.19º 1% 0.44% -
HSV(B) 69.19º 1% 0.87% -
XYZ 46.86 62.93 9.68 -
YUV 186.53 22.74 129.05 -
System Red Green Blue C M Y K H S L
Decimal 188 222 0 0.15 0 1 0.13 69.19 1 0.44
Hex BC DE 0 F 0 64 D 45 64 2C
Octal 274 336 0 17 0 144 15 105 144 54
Binary 10111100 11011110 0 1111 0 1100100 1101 1000101 1100100 101100

Color Harmonies of #BCDE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE00

Black with #BCDE00

Text Example


Text Example

White with #BCDE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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