Html Css Color HEX #BCE10C Inch Worm

📋 copy color: '#BCE10C'

red 188 ◦ green 225 ◦ blue 12

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

Shades of Inch Worm #BCE10C

Tints of Inch Worm #BCE10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.82%

R = 44.24%
G = 52.94%
B = 2.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#BCE10C (or 0xBCE10C) is known color: Inch Worm. HEX triplet: BC, E1 and 0C. RGB value is (188,225,12). Sum of RGB (Red+Green+Blue) = 188+225+12=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 225 (88.28% from 255 or 52.94% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE10C is #431EF3. Grayscale: #BEBEBE. Windows color (decimal): -4398836 or 844220. OLE color: 844220.

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

Color convert

RGB 188 225 12 -
CMYK 0.16 0 0.95 0.12
HSL 70.42º 0.9% 0.46% -
HSV(B) 70.42º 0.95% 0.88% -
XYZ 47.73 64.57 10.3 -
YUV 189.66 27.74 126.82 -
System Red Green Blue C M Y K H S L
Decimal 188 225 12 0.16 0 0.95 0.12 70.42 0.9 0.46
Hex BC E1 C 10 0 5F C 46 5A 2E
Octal 274 341 14 20 0 137 14 106 132 56
Binary 10111100 11100001 1100 10000 0 1011111 1100 1000110 1011010 101110

Color Harmonies of #BCE10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE10C

Black with #BCE10C

Text Example


Text Example

White with #BCE10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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