Html Css Color HEX #BCEB00 Inch Worm

📋 copy color: '#BCEB00'

red 188 ◦ green 235 ◦ blue 0

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

Shades of Inch Worm #BCEB00

Tints of Inch Worm #BCEB00

RGB

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

 GREEN value IS 235 (92.19% from 255) = 55.56%

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

R = 44.44%
G = 55.56%
B = 0%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#BCEB00 (or 0xBCEB00) is known color: Inch Worm. HEX triplet: BC, EB and 00. RGB value is (188,235,0). Sum of RGB (Red+Green+Blue) = 188+235+0=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 235 (92.19% from 255 or 55.56% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEB00 is #4314FF. Grayscale: #C3C3C3. Windows color (decimal): -4396288 or 60348. OLE color: 60348.

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

Color convert

RGB 188 235 0 -
CMYK 0.2 0 1 0.08
HSL 72º 1% 0.46% -
HSV(B) 72º 1% 0.92% -
XYZ 50.45 70.11 10.87 -
YUV 194.16 18.43 123.61 -
System Red Green Blue C M Y K H S L
Decimal 188 235 0 0.2 0 1 0.08 72 1 0.46
Hex BC EB 0 14 0 64 8 48 64 2E
Octal 274 353 0 24 0 144 10 110 144 56
Binary 10111100 11101011 0 10100 0 1100100 1000 1001000 1100100 101110

Color Harmonies of #BCEB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEB00

Black with #BCEB00

Text Example


Text Example

White with #BCEB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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