Html Css Color HEX #BCE900 Inch Worm

📋 copy color: '#BCE900'

red 188 ◦ green 233 ◦ blue 0

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

Shades of Inch Worm #BCE900

Tints of Inch Worm #BCE900

RGB

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

 GREEN value IS 233 (91.41% from 255) = 55.34%

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

R = 44.66%
G = 55.34%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#BCE900 (or 0xBCE900) is known color: Inch Worm. HEX triplet: BC, E9 and 00. RGB value is (188,233,0). Sum of RGB (Red+Green+Blue) = 188+233+0=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 233 (91.41% from 255 or 55.34% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE900 is #4316FF. Grayscale: #C1C1C1. Windows color (decimal): -4396800 or 59836. OLE color: 59836.

HSL color Cylindrical-coordinate representation of color #BCE900: hue angle of 71.59º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCE900 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 233 0 -
CMYK 0.19 0 1 0.09
HSL 71.59º 1% 0.46% -
HSV(B) 71.59º 1% 0.91% -
XYZ 49.88 68.97 10.68 -
YUV 192.98 19.09 124.45 -
System Red Green Blue C M Y K H S L
Decimal 188 233 0 0.19 0 1 0.09 71.59 1 0.46
Hex BC E9 0 13 0 64 9 48 64 2E
Octal 274 351 0 23 0 144 11 110 144 56
Binary 10111100 11101001 0 10011 0 1100100 1001 1001000 1100100 101110

Color Harmonies of #BCE900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE900

Black with #BCE900

Text Example


Text Example

White with #BCE900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE900; }

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

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

background-color css

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

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

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

border-color css

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

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

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