Html Css Color HEX #BCE50A Inch Worm

📋 copy color: '#BCE50A'

red 188 ◦ green 229 ◦ blue 10

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

Shades of Inch Worm #BCE50A

Tints of Inch Worm #BCE50A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 53.63%

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

R = 44.03%
G = 53.63%
B = 2.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#BCE50A (or 0xBCE50A) is known color: Inch Worm. HEX triplet: BC, E5 and 0A. RGB value is (188,229,10). Sum of RGB (Red+Green+Blue) = 188+229+10=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 229 (89.84% from 255 or 53.63% from 427); Blue value is 10 (4.30% from 255 or 2.34% from 427); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE50A is #431AF5. Grayscale: #C0C0C0. Windows color (decimal): -4397814 or 714172. OLE color: 714172.

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

Color convert

RGB 188 229 10 -
CMYK 0.18 0 0.96 0.10
HSL 71.23º 0.92% 0.47% -
HSV(B) 71.23º 0.96% 0.9% -
XYZ 48.81 66.75 10.6 -
YUV 191.78 25.42 125.31 -
System Red Green Blue C M Y K H S L
Decimal 188 229 10 0.18 0 0.96 0.10 71.23 0.92 0.47
Hex BC E5 A 12 0 60 A 47 5C 2F
Octal 274 345 12 22 0 140 12 107 134 57
Binary 10111100 11100101 1010 10010 0 1100000 1010 1000111 1011100 101111

Color Harmonies of #BCE50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE50A

Black with #BCE50A

Text Example


Text Example

White with #BCE50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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