Html Css Color HEX #BCE40A Inch Worm

📋 copy color: '#BCE40A'

red 188 ◦ green 228 ◦ blue 10

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

Shades of Inch Worm #BCE40A

Tints of Inch Worm #BCE40A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 53.52%

 BLUE value IS 10 (4.3% from 255) = 2.35%

R = 44.13%
G = 53.52%
B = 2.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#BCE40A (or 0xBCE40A) is known color: Inch Worm. HEX triplet: BC, E4 and 0A. RGB value is (188,228,10). Sum of RGB (Red+Green+Blue) = 188+228+10=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 228 (89.45% from 255 or 53.52% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE40A is #431BF5. Grayscale: #C0C0C0. Windows color (decimal): -4398070 or 713916. OLE color: 713916.

HSL color Cylindrical-coordinate representation of color #BCE40A: hue angle of 71.01º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCE40A is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 228 10 -
CMYK 0.18 0 0.96 0.11
HSL 71.01º 0.92% 0.47% -
HSV(B) 71.01º 0.96% 0.89% -
XYZ 48.54 66.2 10.51 -
YUV 191.19 25.75 125.73 -
System Red Green Blue C M Y K H S L
Decimal 188 228 10 0.18 0 0.96 0.11 71.01 0.92 0.47
Hex BC E4 A 12 0 60 B 47 5C 2F
Octal 274 344 12 22 0 140 13 107 134 57
Binary 10111100 11100100 1010 10010 0 1100000 1011 1000111 1011100 101111

Color Harmonies of #BCE40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE40A

Black with #BCE40A

Text Example


Text Example

White with #BCE40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE40A; }

 p { color: rgb(188,228,10); }

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

background-color css

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

 a { background-color: rgb(188,228,10); }

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

border-color css

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

 span { border-color: rgb(188,228,10); }

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