Html Css Color HEX #BCE10D Inch Worm

📋 copy color: '#BCE10D'

red 188 ◦ green 225 ◦ blue 13

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

Shades of Inch Worm #BCE10D

Tints of Inch Worm #BCE10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.05%

R = 44.13%
G = 52.82%
B = 3.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#BCE10D (or 0xBCE10D) is known color: Inch Worm. HEX triplet: BC, E1 and 0D. RGB value is (188,225,13). Sum of RGB (Red+Green+Blue) = 188+225+13=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 225 (88.28% from 255 or 52.82% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE10D is #431EF2. Grayscale: #BEBEBE. Windows color (decimal): -4398835 or 909756. OLE color: 909756.

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

Color convert

RGB 188 225 13 -
CMYK 0.16 0 0.94 0.12
HSL 70.47º 0.89% 0.47% -
HSV(B) 70.47º 0.94% 0.88% -
XYZ 47.74 64.57 10.33 -
YUV 189.77 28.24 126.74 -
System Red Green Blue C M Y K H S L
Decimal 188 225 13 0.16 0 0.94 0.12 70.47 0.89 0.47
Hex BC E1 D 10 0 5E C 46 59 2F
Octal 274 341 15 20 0 136 14 106 131 57
Binary 10111100 11100001 1101 10000 0 1011110 1100 1000110 1011001 101111

Color Harmonies of #BCE10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE10D

Black with #BCE10D

Text Example


Text Example

White with #BCE10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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