Html Css Color HEX #BCDF0E Inch Worm

📋 copy color: '#BCDF0E'

red 188 ◦ green 223 ◦ blue 14

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

Shades of Inch Worm #BCDF0E

Tints of Inch Worm #BCDF0E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.47%

 BLUE value IS 14 (5.86% from 255) = 3.29%

R = 44.24%
G = 52.47%
B = 3.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#BCDF0E (or 0xBCDF0E) is known color: Inch Worm. HEX triplet: BC, DF and 0E. RGB value is (188,223,14). Sum of RGB (Red+Green+Blue) = 188+223+14=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 14 (5.86% from 255 or 3.29% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDF0E is #4320F1. Grayscale: #BDBDBD. Windows color (decimal): -4399346 or 974780. OLE color: 974780.

HSL color Cylindrical-coordinate representation of color #BCDF0E: hue angle of 70.05º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCDF0E is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 14 -
CMYK 0.16 0 0.94 0.13
HSL 70.05º 0.88% 0.46% -
HSV(B) 70.05º 0.94% 0.87% -
XYZ 47.21 63.5 10.18 -
YUV 188.71 29.4 127.49 -
System Red Green Blue C M Y K H S L
Decimal 188 223 14 0.16 0 0.94 0.13 70.05 0.88 0.46
Hex BC DF E 10 0 5E D 46 58 2E
Octal 274 337 16 20 0 136 15 106 130 56
Binary 10111100 11011111 1110 10000 0 1011110 1101 1000110 1011000 101110

Color Harmonies of #BCDF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF0E

Black with #BCDF0E

Text Example


Text Example

White with #BCDF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF0E; }

 p { color: rgb(188,223,14); }

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

background-color css

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

 a { background-color: rgb(188,223,14); }

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

border-color css

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

 span { border-color: rgb(188,223,14); }

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