Html Css Color HEX #BCE10F Inch Worm

📋 copy color: '#BCE10F'

red 188 ◦ green 225 ◦ blue 15

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

Shades of Inch Worm #BCE10F

Tints of Inch Worm #BCE10F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.57%

 BLUE value IS 15 (6.25% from 255) = 3.5%

R = 43.93%
G = 52.57%
B = 3.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#BCE10F (or 0xBCE10F) is known color: Inch Worm. HEX triplet: BC, E1 and 0F. RGB value is (188,225,15). Sum of RGB (Red+Green+Blue) = 188+225+15=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 225 (88.28% from 255 or 52.57% from 428); Blue value is 15 (6.25% from 255 or 3.50% from 428); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE10F is #431EF0. Grayscale: #BEBEBE. Windows color (decimal): -4398833 or 1040828. OLE color: 1040828.

HSL color Cylindrical-coordinate representation of color #BCE10F: hue angle of 70.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCE10F is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 15 -
CMYK 0.16 0 0.93 0.12
HSL 70.57º 0.88% 0.47% -
HSV(B) 70.57º 0.93% 0.88% -
XYZ 47.75 64.58 10.4 -
YUV 190 29.24 126.58 -
System Red Green Blue C M Y K H S L
Decimal 188 225 15 0.16 0 0.93 0.12 70.57 0.88 0.47
Hex BC E1 F 10 0 5D C 47 58 2F
Octal 274 341 17 20 0 135 14 107 130 57
Binary 10111100 11100001 1111 10000 0 1011101 1100 1000111 1011000 101111

Color Harmonies of #BCE10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE10F

Black with #BCE10F

Text Example


Text Example

White with #BCE10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE10F; }

 p { color: rgb(188,225,15); }

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

background-color css

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

 a { background-color: rgb(188,225,15); }

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

border-color css

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

 span { border-color: rgb(188,225,15); }

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