Html Css Color HEX #BCE50B Inch Worm

📋 copy color: '#BCE50B'

red 188 ◦ green 229 ◦ blue 11

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

Shades of Inch Worm #BCE50B

Tints of Inch Worm #BCE50B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.57%

R = 43.93%
G = 53.5%
B = 2.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#BCE50B (or 0xBCE50B) is known color: Inch Worm. HEX triplet: BC, E5 and 0B. RGB value is (188,229,11). Sum of RGB (Red+Green+Blue) = 188+229+11=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 229 (89.84% from 255 or 53.50% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE50B is #431AF4. Grayscale: #C0C0C0. Windows color (decimal): -4397813 or 779708. OLE color: 779708.

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

Color convert

RGB 188 229 11 -
CMYK 0.18 0 0.95 0.10
HSL 71.28º 0.91% 0.47% -
HSV(B) 71.28º 0.95% 0.9% -
XYZ 48.82 66.75 10.63 -
YUV 191.89 25.92 125.23 -
System Red Green Blue C M Y K H S L
Decimal 188 229 11 0.18 0 0.95 0.10 71.28 0.91 0.47
Hex BC E5 B 12 0 5F A 47 5B 2F
Octal 274 345 13 22 0 137 12 107 133 57
Binary 10111100 11100101 1011 10010 0 1011111 1010 1000111 1011011 101111

Color Harmonies of #BCE50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE50B

Black with #BCE50B

Text Example


Text Example

White with #BCE50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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